diff options
author | Shane Wegner <shane-github@csy.ca> | 2011-06-19 15:12:31 -0700 |
---|---|---|
committer | Shane Wegner <shane-github@csy.ca> | 2011-06-19 15:12:31 -0700 |
commit | 926e14b362cd830cdca96dd37a9ebad247399420 (patch) | |
tree | 8a7d71d9ce5267d57f528fde40b4e83637473f82 /src/db.cpp | |
parent | aa0c5e87e8000791009fac1cb394a36a94016d9f (diff) |
Fix missing includes needed for Boost 1.46.
Diffstat (limited to 'src/db.cpp')
-rw-r--r-- | src/db.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db.cpp b/src/db.cpp index d5405d70e5..f044355a35 100644 --- a/src/db.cpp +++ b/src/db.cpp @@ -5,6 +5,7 @@ #include "headers.h" #include "db.h" #include "net.h" +#include <boost/filesystem.hpp> #include <boost/filesystem/fstream.hpp> using namespace std; |