aboutsummaryrefslogtreecommitdiff
path: root/src/core_write.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2014-08-01 08:32:41 +0200
committerPhilip Kaufmann <[email protected]>2014-08-01 08:38:23 +0200
commit1b73d36b2c71c92044012dc736215bf95f2e908b (patch)
tree0aef469fb838ff13b203c81b94cd7d8238fd90b1 /src/core_write.cpp
parentqt: more watchonly -> watch-only (diff)
downloaddiscoin-1b73d36b2c71c92044012dc736215bf95f2e908b.tar.xz
discoin-1b73d36b2c71c92044012dc736215bf95f2e908b.zip
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.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core_write.cpp b/src/core_write.cpp
index 2eb220779..d9e31ed8c 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"