make bitcoin include files more modular
[novacoin.git] / src / irc.cpp
index 4e39889..099d9e0 100644 (file)
@@ -4,6 +4,9 @@
 
 #include "headers.h"
 
+using namespace std;
+using namespace boost;
+
 int nGotIRCAddresses = 0;
 bool fGotExternalIP = false;