Add missing ctime include (#6269)

This commit is contained in:
adrido 2017-08-18 12:17:19 +02:00 committed by Loïc Blot
parent a039d981ac
commit 1d055aad0f

@ -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"