Skip to content

Commit

Permalink
cpp: added univalue.h to include because it was causing compiler crash
Browse files Browse the repository at this point in the history
  • Loading branch information
D33r-Gee committed Jun 17, 2024
1 parent c57f7fd commit 5cbebf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <cstddef>
#include <map>
#include <string>
#include <univalue.h>
#include <vector>

class UniValue;
Expand Down

0 comments on commit 5cbebf4

Please sign in to comment.