Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add GuidedState abstract class; move ActorState management
[simgrid.git] / src / xbt / dynar_test.cpp
index f5c73a3cbf707dc3473019ac3b7c5ae0071744de..cf36c745ab15f1053c0598e58a56bd8d9c52c97b 100644 (file)
@@ -1,6 +1,6 @@
 /* a generic DYNamic ARray implementation.                                  */
 
-/* Copyright (c) 2004-2022. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2004-2023. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -8,7 +8,7 @@
 #include "xbt/dynar.h"
 #include "xbt/sysdep.h"
 
-#include "catch.hpp"
+#include "src/3rd-party/catch.hpp"
 
 #include <string>