Core/Log: Readd include of <stdarg.h> to fix compile issues under gcc

(cherry picked from commit d64e6ffade)
This commit is contained in:
Naios
2015-03-18 14:34:43 +01:00
parent bba8555a29
commit fc665b14dc

View File

@@ -26,6 +26,7 @@
#include <boost/asio/io_service.hpp>
#include <boost/asio/strand.hpp>
#include <stdarg.h>
#include <unordered_map>
#include <string>
#include <memory>