aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-05-23 04:46:12 +0200
committerdec05eba <dec05eba@protonmail.com>2020-08-18 23:25:46 +0200
commit122c1a66fb15f019914dfe9521a19a8f6a64ca1f (patch)
tree3d1f3fb96adc4b8963e1de043645cd8b919e22de /src
parentd6f16bfa14a0a46ab2d0aff697969ae051968181 (diff)
Add missing include for 'stdout'
Diffstat (limited to 'src')
-rw-r--r--src/Log.cpp1
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