Change #include directive to reflect the renaming of the libbp directory
authorKim Nguyễn <kn@lri.fr>
Sat, 13 Oct 2012 12:58:28 +0000 (14:58 +0200)
committerKim Nguyễn <kn@lri.fr>
Sat, 13 Oct 2012 12:58:28 +0000 (14:58 +0200)
(bp -> libbp)

xml-tree.hpp

index 3ac5813..bfeff5f 100644 (file)
@@ -4,8 +4,8 @@
 
 #include <cstdint>
 #include <unordered_map>
-#include <bp/bp.h>
-#include <bp/bp-darray.h>
+#include <libbp/bp.h>
+#include <libbp/bp-darray.h>
 #include <libcds/includes/basics.h>
 #include <libcds/includes/static_bitsequence.h>
 #include <libcds/includes/alphabet_mapper.h>