Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add GuidedState abstract class; move ActorState management
[simgrid.git] / src / xbt / xbt_str_test.cpp
index 88b1d92d643b77718f4783868e53d33f3444d4c4..1b98a83ca8521b4b21095543c0edb759ba9b3204 100644 (file)
@@ -1,6 +1,6 @@
 /* xbt_str.cpp - various helping functions to deal with strings             */
 
-/* Copyright (c) 2007-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2007-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. */
@@ -10,7 +10,7 @@
 
 #include "simgrid/Exception.hpp"
 
-#include "catch.hpp"
+#include "src/3rd-party/catch.hpp"
 #include <string>
 #include <vector>