@@ -28,10 +28,9 @@
#include <algorithm>
#include <typeinfo>
+#include <cstring>
#if WIN32
#include <string>
-#else
-#include <cstring>
#endif
namespace artis { namespace context {
@@ -30,6 +30,9 @@
#include <boost/core/demangle.hpp>
+#if WIN32
+#include <iso646.h>
+#endif
namespace artis { namespace kernel {
@@ -27,7 +27,9 @@
#include <artis/kernel/Macro.hpp>
#include <vector>
-
template < typename T, typename U, typename V >
@@ -20,14 +20,15 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifndef TEST_MODELS_HPP
+#define TEST_MODELS_HPP
+
#include <artis/kernel/AbstractAtomicModel.hpp>
#include <artis/kernel/AbstractCoupledModel.hpp>
#include <artis/utils/Trace.hpp>
#include <memory>
-#ifndef TEST_MODELS_HPP
-#define TEST_MODELS_HPP
struct GlobalParameters
{ };