Add missing ctime include (#6269)

master
adrido 2017-08-18 12:17:19 +02:00 committed by Loïc Blot
parent a039d981ac
commit 1d055aad0f
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#pragma once
#include <SColor.h>
#include <ctime>
#include "util/pointer.h"
#include "util/numeric.h"