From 367cdef15b7464d1ab4b4a82f28b9f4c5b273715 Mon Sep 17 00:00:00 2001 From: Alexander Gusak Date: Thu, 4 Aug 2011 22:56:16 +0300 Subject: [PATCH] Fixed compilation error under msvs. --- base/timer.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/base/timer.hpp b/base/timer.hpp index f53f17ef4c..d7c008330d 100644 --- a/base/timer.hpp +++ b/base/timer.hpp @@ -1,5 +1,6 @@ #pragma once +#include "../std/stdint.hpp" #include "../std/string.hpp" namespace my