14 lines
342 B
Diff
14 lines
342 B
Diff
diff --git a/src/biascorrection.h b/src/biascorrection.h
|
|
index 962426d..c332667 100644
|
|
--- a/src/biascorrection.h
|
|
+++ b/src/biascorrection.h
|
|
@@ -15,7 +15,7 @@
|
|
#include <vector>
|
|
#include <list>
|
|
#include <string>
|
|
-#include <boost/tr1/unordered_map.hpp>
|
|
+#include <boost/unordered_map.hpp>
|
|
#include <boost/thread.hpp>
|
|
#include "common.h"
|
|
|