diff options
author | dec05eba <0xdec05eba@gmail.com> | 2018-05-23 04:46:12 +0200 |
---|---|---|
committer | dec05eba <0xdec05eba@gmail.com> | 2018-05-23 04:46:16 +0200 |
commit | a40317826882c6d5f91298541fa3a51a49a9c697 (patch) | |
tree | eb52ad7cb2fc4c1a8be5241cbd9f2a53a6ee31bf /src | |
parent | 27699207f857e06ac23707b55325565a2790e878 (diff) |
Add missing include for 'stdout'
Diffstat (limited to 'src')
-rw-r--r-- | src/Log.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Log.cpp b/src/Log.cpp index 9e92113..ec7b986 100644 --- a/src/Log.cpp +++ b/src/Log.cpp @@ -1,5 +1,6 @@ #include "../include/odhtdb/Log.hpp" #include <cstdarg> +#include <cstdio> #include <mutex> namespace odhtdb |