aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorJordan Lewis <[email protected]>2011-05-14 15:57:34 -0500
committerJordan Lewis <[email protected]>2011-05-15 22:19:16 -0500
commit1512d5ce64b9a53260f5aa695bc79a0e48d6294f (patch)
treede89dbfb1b432b073150656aa6d4c88ec07aec0a /src/init.cpp
parentOnly include irc.h when needed (diff)
downloaddiscoin-1512d5ce64b9a53260f5aa695bc79a0e48d6294f.tar.xz
discoin-1512d5ce64b9a53260f5aa695bc79a0e48d6294f.zip
Only include db.h when we have to.
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 431c533a8..14f4904f5 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -2,6 +2,7 @@
// Distributed under the MIT/X11 software license, see the accompanying
// file license.txt or http://www.opensource.org/licenses/mit-license.php.
#include "headers.h"
+#include "db.h"
using namespace std;
using namespace boost;