Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[xbt] Add missing #includes
authorGabriel Corona <gabriel.corona@loria.fr>
Fri, 22 Jul 2016 14:12:26 +0000 (16:12 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Fri, 22 Jul 2016 14:12:26 +0000 (16:12 +0200)
src/xbt/exception.cpp

index 49f6188..230e330 100644 (file)
@@ -4,8 +4,13 @@
 /* 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. */
 
+#include <cstdlib>
+
+#include <atomic>
 #include <exception>
+#include <string>
 #include <typeinfo>
+#include <vector>
 #include <memory>
 #include <mutex>