Skip to content

Commit 1fa010d

Browse files
committed
cpp: added univalue.h to include because it was causing compiler crash
1 parent f16ae71 commit 1fa010d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/settings.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <cstddef>
1111
#include <map>
1212
#include <string>
13+
#include <univalue.h>
1314
#include <vector>
1415

1516
class UniValue;

0 commit comments

Comments
 (0)