mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 10:09:21 +02:00
compilation fixes
This commit is contained in:
parent
f3eaf3f726
commit
588eccba0d
@ -26,7 +26,7 @@
|
||||
#include "util.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <stdarg.h>
|
||||
#include <cstdlib>
|
||||
|
||||
void Logger::log(int level, const char *trace, const char *format, ...)
|
||||
{
|
||||
|
@ -23,8 +23,7 @@
|
||||
|
||||
|
||||
#include "util.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <cstdio>
|
||||
|
||||
std::string vformat(const char *format, va_list args)
|
||||
{
|
||||
|
@ -26,6 +26,7 @@
|
||||
#define UTIL_H
|
||||
|
||||
#include "logger.h"
|
||||
#include <stdarg.h>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
||||
/// Formatting like printf for std::string, va_list input version
|
||||
|
Loading…
x
Reference in New Issue
Block a user