Only include strlcpy.h when we have to
[novacoin.git] / src / irc.cpp
index 4e39889..a262eab 100644 (file)
@@ -3,6 +3,12 @@
 // file license.txt or http://www.opensource.org/licenses/mit-license.php.
 
 #include "headers.h"
+#include "irc.h"
+#include "net.h"
+#include "strlcpy.h"
+
+using namespace std;
+using namespace boost;
 
 int nGotIRCAddresses = 0;
 bool fGotExternalIP = false;