Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge pull request #1 from mquinson/master
[simgrid.git] / src / mc / DwarfExpression.hpp
index 946f83c..aa6d888 100644 (file)
@@ -1,3 +1,9 @@
+/* Copyright (c) 2015. 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. */
+
 #ifndef SIMGRID_MC_DWARF_EXPRESSION_HPP
 #define SIMGRID_MC_DWARF_EXPRESSION_HPP
 
@@ -5,7 +11,7 @@
 
 #include <stdexcept>
 
-#include <mc/AddressSpace.hpp>
+#include "src/mc/AddressSpace.hpp"
 
 namespace simgrid {
 namespace dwarf {