mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
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
This commit is contained in:
parent
c0e9548b63
commit
1b73d36b2c
3 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
#include <vector>
|
||||
#include "core_io.h"
|
||||
#include "univalue/univalue.h"
|
||||
#include "script.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue