diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-12-10 12:57:23 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-12-10 12:57:23 +0200 |
commit | f27038271860ec878258761309c5ffdc10c20ee9 (patch) | |
tree | dbaf573bb1538515b04c7e8bb22e791ccf68ee55 /external/easylogging++/easylogging++.cc | |
parent | Merge pull request #2904 (diff) | |
parent | easylogging: show the 'no stack trace' warning only once (diff) | |
download | monero-f27038271860ec878258761309c5ffdc10c20ee9.tar.xz |
Merge pull request #2900
5cc84693 easylogging: show the 'no stack trace' warning only once (ston1th)
Diffstat (limited to 'external/easylogging++/easylogging++.cc')
-rw-r--r-- | external/easylogging++/easylogging++.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/easylogging++/easylogging++.cc b/external/easylogging++/easylogging++.cc index 6bc6b2619..31b201897 100644 --- a/external/easylogging++/easylogging++.cc +++ b/external/easylogging++/easylogging++.cc @@ -14,6 +14,7 @@ // http://muflihun.com // +#define EASYLOGGING_CC #include "easylogging++.h" #if defined(AUTO_INITIALIZE_EASYLOGGINGPP) |