diff options
Diffstat (limited to 'src/os/KeyValueDB.h')
-rw-r--r-- | src/os/KeyValueDB.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/os/KeyValueDB.h b/src/os/KeyValueDB.h index f62bca996a5..e4784cf3ca0 100644 --- a/src/os/KeyValueDB.h +++ b/src/os/KeyValueDB.h @@ -3,12 +3,14 @@ #ifndef KEY_VALUE_DB_H #define KEY_VALUE_DB_H -#include "include/buffer.h" #include <set> #include <map> #include <string> #include <tr1/memory> #include <boost/scoped_ptr.hpp> + +#include "include/buffer.h" + #include "ObjectMap.h" using std::string; |