Browse Source

missing include boost/algorithm/string/replace.hpp

pull/145/head
jtimon 10 years ago
parent
commit
e9dd83f0a9
  1. 1
      src/init.cpp

1
src/init.cpp

@ -35,6 +35,7 @@
#include "compat/sanity.h"
#include <boost/algorithm/string/predicate.hpp>
#include <boost/algorithm/string/replace.hpp>
#include <boost/filesystem.hpp>
#include <boost/interprocess/sync/file_lock.hpp>
#include <boost/thread.hpp>

Loading…
Cancel
Save