diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-08-01 08:32:41 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-08-01 08:38:23 +0200 |
commit | 1b73d36b2c71c92044012dc736215bf95f2e908b (patch) | |
tree | 0aef469fb838ff13b203c81b94cd7d8238fd90b1 /src/core_write.cpp | |
parent | c0e9548b6305d315735ecd6dacc3c88acd6a6c7a (diff) |
fix compilation error in core_io.h
- error: 'vector' in namespace 'std' does not name a type
- add <vector> include in core_io.h
- remove <vector> includes from core_read.cpp and core_write.cpp
Diffstat (limited to 'src/core_write.cpp')
-rw-r--r-- | src/core_write.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core_write.cpp b/src/core_write.cpp index 2eb220779f..d9e31ed8cd 100644 --- a/src/core_write.cpp +++ b/src/core_write.cpp @@ -1,5 +1,4 @@ -#include <vector> #include "core_io.h" #include "univalue/univalue.h" #include "script.h" |