diff options
author | xiphon <xiphon@protonmail.com> | 2018-10-04 00:01:09 +0000 |
---|---|---|
committer | xiphon <xiphon@protonmail.com> | 2018-10-04 00:01:09 +0000 |
commit | 02d3ef7bdae7d1dd7a9a6f4fee24631cf9403278 (patch) | |
tree | 3892e9302e654cab76eb29ac0cf02a72b40c9ad6 /src/cryptonote_config.h | |
parent | Merge pull request #4485 (diff) | |
download | monero-02d3ef7bdae7d1dd7a9a6f4fee24631cf9403278.tar.xz |
blocks: use auto-generated .c files instead of 'LD -r -b binary'
Diffstat (limited to 'src/cryptonote_config.h')
-rw-r--r-- | src/cryptonote_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h index a6858ce7c..c62eeb738 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -30,6 +30,7 @@ #pragma once +#include <stdexcept> #include <string> #include <boost/uuid/uuid.hpp> |