diff options
| author | Dusan Klinec <dusan.klinec@gmail.com> | 2019-04-04 17:50:22 +0200 |
|---|---|---|
| committer | Dusan Klinec <dusan.klinec@gmail.com> | 2019-04-07 17:41:13 +0200 |
| commit | c4f8a8a6a9bd3734746c6c2398f48a671832750b (patch) | |
| tree | e4b32a822bb8665acafb4142efddf083d406dffa | |
| parent | 5dbcceb6640d3301c9bc12c02d3bf12050e16331 (diff) | |
| download | monzero-core-c4f8a8a6a9bd3734746c6c2398f48a671832750b.tar.gz monzero-core-c4f8a8a6a9bd3734746c6c2398f48a671832750b.tar.xz monzero-core-c4f8a8a6a9bd3734746c6c2398f48a671832750b.zip | |
build fix: combinator.h stdexcept missing include
| -rw-r--r-- | src/common/combinator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/combinator.h b/src/common/combinator.h index 72c6800d5..ba851bd81 100644 --- a/src/common/combinator.h +++ b/src/common/combinator.h @@ -32,6 +32,7 @@ #include <iostream> #include <vector> +#include <stdexcept> namespace tools { |
