Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove that useless std::string()
[simgrid.git] / teshsuite / simix / stack-overflow / stack-overflow.cpp
index 042af13..94841ad 100644 (file)
@@ -1,7 +1,6 @@
-/* stack_overflow -- simple program generating a stack overflow          */
+/* stack_overflow -- simple program generating a stack overflow             */
 
-/* Copyright (c) 2014-2018. The SimGrid Team.
- * All rights reserved.                                                     */
+/* Copyright (c) 2014-2018. 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. */
@@ -9,6 +8,8 @@
 #include "simgrid/simix.h"
 #include "xbt/log.h"
 
+#include <string>
+
 XBT_LOG_NEW_DEFAULT_CATEGORY(test, "my log messages");
 
 static unsigned collatz(unsigned c0, unsigned n)