From 42f0a6dc597ba04261c518d322e74aa76f0f0194 Mon Sep 17 00:00:00 2001 From: Sebastian Held Date: Sat, 6 Oct 2012 21:10:23 +0200 Subject: [PATCH] linux compile fix Forgot to add a header. --- FDTD/engine_multithread.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/FDTD/engine_multithread.cpp b/FDTD/engine_multithread.cpp index 0bc3d68..7370198 100644 --- a/FDTD/engine_multithread.cpp +++ b/FDTD/engine_multithread.cpp @@ -32,6 +32,7 @@ #include "boost/date_time/posix_time/posix_time.hpp" #include "boost/date_time/gregorian/gregorian.hpp" #include +#include //! \brief construct an Engine_Multithread instance //! it's the responsibility of the caller to free the returned pointer