diff options
| author | Riccardo Spagni <ric@spagni.net> | 2019-04-15 09:21:00 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2019-04-15 09:21:00 +0200 |
| commit | 64a4aa4f60c96cef6f78b9d53b7745d8cb6b8554 (patch) | |
| tree | 60152377c9c11009164ae4be5d61013189419096 /src/common | |
| parent | 9bd0983d5eee1f422bad4d920ab78c70c8e6faeb (diff) | |
| parent | c4f8a8a6a9bd3734746c6c2398f48a671832750b (diff) | |
| download | monzero-core-64a4aa4f60c96cef6f78b9d53b7745d8cb6b8554.tar.gz monzero-core-64a4aa4f60c96cef6f78b9d53b7745d8cb6b8554.tar.xz monzero-core-64a4aa4f60c96cef6f78b9d53b7745d8cb6b8554.zip | |
Merge pull request #5408
c4f8a8a6 build fix: combinator.h stdexcept missing include (Dusan Klinec)
Diffstat (limited to 'src/common')
| -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 { |
