diff options
| author | Cory Fields <[email protected]> | 2014-09-24 23:32:36 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2014-10-17 13:44:57 -0400 |
| commit | 85c579e3a63cf505d6cedc454755265572e97d3e (patch) | |
| tree | 116da64bbc269152c7026948b8600cfa1ac8f87a /src/protocol.cpp | |
| parent | script: move ToString and ValueString out of the header (diff) | |
| download | discoin-85c579e3a63cf505d6cedc454755265572e97d3e.tar.xz discoin-85c579e3a63cf505d6cedc454755265572e97d3e.zip | |
script: add a slew of includes all around and drop includes from script.h
Lots of files ended up with indirect includes from script.h.
Diffstat (limited to 'src/protocol.cpp')
| -rw-r--r-- | src/protocol.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol.cpp b/src/protocol.cpp index 0e28f3abb..72fdd753a 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -7,6 +7,7 @@ #include "chainparams.h" #include "util.h" +#include "utilstrencodings.h" #ifndef WIN32 # include <arpa/inet.h> |