From d5d5a22cabc9793e28156ee9e0bb2430b23c830d Mon Sep 17 00:00:00 2001 From: eliott PARIS Date: Tue, 19 Jul 2016 14:54:13 +0200 Subject: [PATCH] mixup! replace time.h by ctime header --- Client/Source/KiwiApp_Instance.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Client/Source/KiwiApp_Instance.cpp b/Client/Source/KiwiApp_Instance.cpp index 084b31fd..ea839d7d 100644 --- a/Client/Source/KiwiApp_Instance.cpp +++ b/Client/Source/KiwiApp_Instance.cpp @@ -25,8 +25,8 @@ #include "KiwiApp_DocumentManager.hpp" #include "KiwiApp_PatcherView.hpp" -#include -#include +#include +#include namespace kiwi {