diff options
| author | Jordan Lewis <[email protected]> | 2011-05-14 15:57:34 -0500 |
|---|---|---|
| committer | Jordan Lewis <[email protected]> | 2011-05-15 22:19:16 -0500 |
| commit | 1512d5ce64b9a53260f5aa695bc79a0e48d6294f (patch) | |
| tree | de89dbfb1b432b073150656aa6d4c88ec07aec0a /src/db.cpp | |
| parent | Only include irc.h when needed (diff) | |
| download | discoin-1512d5ce64b9a53260f5aa695bc79a0e48d6294f.tar.xz discoin-1512d5ce64b9a53260f5aa695bc79a0e48d6294f.zip | |
Only include db.h when we have to.
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 52c0f5b4c..7152033c4 100644 --- a/src/db.cpp +++ b/src/db.cpp @@ -3,6 +3,7 @@ // file license.txt or http://www.opensource.org/licenses/mit-license.php. #include "headers.h" +#include "db.h" using namespace std; using namespace boost; |