From 65eb270736eef1177db3faab4d4f0ea0ec6af2b4 Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 23 Oct 2008 17:30:55 +0000 Subject: added missing include file "util_String.h" git-svn-id: http://svn.cactuscode.org/flesh/trunk@4509 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/IO/IOMethods.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/IO') diff --git a/src/IO/IOMethods.c b/src/IO/IOMethods.c index 9e123c55..6f8d17e3 100644 --- a/src/IO/IOMethods.c +++ b/src/IO/IOMethods.c @@ -21,6 +21,7 @@ #include "cctk_FortranString.h" #include "cctk_WarnLevel.h" #include "cctk_IO.h" +#include "util_String.h" static const char *rcsid = "$Header$"; -- cgit v1.2.3