Added header file to physics.c
authorDavid van der Spoel <spoel@xray.bmc.uu.se>
Mon, 16 Aug 2010 11:31:12 +0000 (13:31 +0200)
committerDavid van der Spoel <spoel@xray.bmc.uu.se>
Mon, 16 Aug 2010 11:31:12 +0000 (13:31 +0200)
src/gmxlib/physics.c

index 6123adffb2c79aae92e0421de02820178884249b..33ffdab653303d78be697193bcd9f6313753a8fb 100644 (file)
@@ -34,6 +34,7 @@
  * Groningen Machine for Chemical Simulation
  */
 #include <stdio.h>
+#include "string2.h"
 #include "physics.h"
        
 double convert2gmx(double x,int unit)