Skip to content

Commit

Permalink
mixup! replace time.h by ctime header
Browse files Browse the repository at this point in the history
  • Loading branch information
eliottparis committed Jul 19, 2016
1 parent 17d9a46 commit d5d5a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Client/Source/KiwiApp_Instance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
#include "KiwiApp_DocumentManager.hpp"
#include "KiwiApp_PatcherView.hpp"

#include <stdlib.h>
#include <time.h>
#include <cstdlib>
#include <ctime>

namespace kiwi
{
Expand Down

0 comments on commit d5d5a22

Please sign in to comment.