Skip to content

Commit

Permalink
Added #include <cstudio> for newer compilers (GiacomoLaw#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
diebolo authored and GiacomoLaw committed Jul 18, 2017
1 parent b16d6a2 commit 28b892e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows/klog_main.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <Windows.h>
#include <time.h>
#include <iostream>
#include <cstdio>

// defines whether the window is visible or not
// should be solved with makefile, not in this file
Expand Down

0 comments on commit 28b892e

Please sign in to comment.