diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-06-18 18:46:01 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-06-18 18:46:01 +0200 |
commit | 0eeb4f5d5b4c6b634dea4a5ec5b2e6c322c9230e (patch) | |
tree | 8f7afc6e724d36561b3cb583b40ab2c34a36261e /src/irc.cpp | |
parent | 245ab4d0ac50095712abd6518b2fc6945d5e24a9 (diff) |
update bitcoin core from git (eeac8727bc0a951631bd)
Diffstat (limited to 'src/irc.cpp')
-rw-r--r-- | src/irc.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/irc.cpp b/src/irc.cpp index a76374d143..cde934e80c 100644 --- a/src/irc.cpp +++ b/src/irc.cpp @@ -3,6 +3,9 @@ // 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; |