Include config.h directly if used
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_pme_error.cpp
index 0d33fa3d702ada433c85a0e16b7d6b0de42c0117..b132b6b2b16ad4641a4d06492e91f8dda5d75f25 100644 (file)
@@ -58,6 +58,8 @@
 
 #include "gromacs/utility/fatalerror.h"
 
+#include "config.h"
+
 /* We use the same defines as in mvdata.c here */
 #define  block_bc(cr,   d) gmx_bcast(     sizeof(d),     &(d), (cr))
 #define nblock_bc(cr, nr, d) gmx_bcast((nr)*sizeof((d)[0]), (d), (cr))