diff options
| author | Jordan Lewis <[email protected]> | 2011-05-14 14:30:15 -0500 |
|---|---|---|
| committer | Jordan Lewis <[email protected]> | 2011-05-15 22:19:16 -0500 |
| commit | f23f9a03c86f789ab41d75b91f75393e3156ec39 (patch) | |
| tree | d1941bacc0689e551d350e9017f95a77b990bd19 /src/irc.cpp | |
| parent | Build error mingw, missing std:: (diff) | |
| download | discoin-f23f9a03c86f789ab41d75b91f75393e3156ec39.tar.xz discoin-f23f9a03c86f789ab41d75b91f75393e3156ec39.zip | |
Only include irc.h when needed
Diffstat (limited to 'src/irc.cpp')
| -rw-r--r-- | src/irc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc.cpp b/src/irc.cpp index 099d9e073..b24554637 100644 --- a/src/irc.cpp +++ b/src/irc.cpp @@ -3,6 +3,7 @@ // file license.txt or http://www.opensource.org/licenses/mit-license.php. #include "headers.h" +#include "irc.h" using namespace std; using namespace boost; |