From 7f2d42428bfa8c2b86334db0df56f330f4e9489c Mon Sep 17 00:00:00 2001 From: tazza-d <63610994+tazza-d@users.noreply.github.com> Date: Mon, 13 Apr 2020 22:58:22 +0300 Subject: [PATCH] Made compilable for non-Windows targets --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 6320aab..ff8e8a2 100644 --- a/main.cpp +++ b/main.cpp @@ -3,13 +3,13 @@ #include #include #include -#include #ifdef _WIN32 #include #else #include #define MAX_PATH PATH_MAX #endif +#include #include "tim.h"