Skip to content

Commit

Permalink
Fixup b986871
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Mar 31, 2016
1 parent fb6031d commit 61cb45a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/log_windows.cpp
Expand Up @@ -12,14 +12,17 @@
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"
#include "libc_error.hpp"
#include "log.hpp"
#include "serialization/unicode.hpp"

#include <cstdio>
#include <ctime>

#include <boost/algorithm/string/predicate.hpp>
Expand Down
1 change: 0 additions & 1 deletion src/log_windows.hpp
Expand Up @@ -15,7 +15,6 @@
#ifndef DESKTOP_WINDOWS_LOG_HPP_INCLUDED
#define DESKTOP_WINDOWS_LOG_HPP_INCLUDED

#include <stdio.h>
#include <string>

/**
Expand Down

0 comments on commit 61cb45a

Please sign in to comment.