This commit is contained in:
Charles Dang 2016-03-31 21:22:53 +11:00
parent fb6031d6a1
commit 61cb45ac8c
2 changed files with 4 additions and 2 deletions

View file

@ -12,6 +12,10 @@
See the COPYING file for more details.
*/
// For some reason, it became necessary to include this before the header
// after switching to c++11
#include <cstdio>
#include "log_windows.hpp"
#include "filesystem.hpp"
@ -19,7 +23,6 @@
#include "log.hpp"
#include "serialization/unicode.hpp"
#include <cstdio>
#include <ctime>
#include <boost/algorithm/string/predicate.hpp>

View file

@ -15,7 +15,6 @@
#ifndef DESKTOP_WINDOWS_LOG_HPP_INCLUDED
#define DESKTOP_WINDOWS_LOG_HPP_INCLUDED
#include <stdio.h>
#include <string>
/**