aboutsummaryrefslogtreecommitdiff
path: root/src/driver/initial_guess.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/initial_guess.cc')
-rw-r--r--src/driver/initial_guess.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/driver/initial_guess.cc b/src/driver/initial_guess.cc
index eafadaf..a58617b 100644
--- a/src/driver/initial_guess.cc
+++ b/src/driver/initial_guess.cc
@@ -12,14 +12,13 @@
#include <stdio.h>
#include <assert.h>
#include <math.h>
+#include <string.h>
#include "util_Table.h"
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
-#include "stl_vector.hh"
-
#include "config.h"
#include "stdc.h"
#include "../jtutil/util.hh"