Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add iterator files to xbt/utils
[simgrid.git] / src / xbt / xbt_str_test.cpp
index aa8c0d0..1b98a83 100644 (file)
@@ -1,6 +1,6 @@
 /* xbt_str.cpp - various helping functions to deal with strings             */
 
-/* Copyright (c) 2007-2022. 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>