diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-05-23 04:46:12 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-08-18 23:25:46 +0200 |
commit | 122c1a66fb15f019914dfe9521a19a8f6a64ca1f (patch) | |
tree | 3d1f3fb96adc4b8963e1de043645cd8b919e22de /src | |
parent | d6f16bfa14a0a46ab2d0aff697969ae051968181 (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 |