From: Tomislav Ivek Date: Sat, 25 Oct 2014 19:04:33 +0000 (+0200) Subject: Include cstdint instead of stdint.h X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=24f013c95c79d679de8fa7969ef7568a1192f0a7;p=clyne%2Fentityx.git Include cstdint instead of stdint.h --- diff --git a/entityx/Entity.h b/entityx/Entity.h index e5c7480..fc0abef 100644 --- a/entityx/Entity.h +++ b/entityx/Entity.h @@ -11,7 +11,7 @@ #pragma once -#include +#include #include #include #include diff --git a/entityx/Event.h b/entityx/Event.h index 53afd7d..83d791b 100644 --- a/entityx/Event.h +++ b/entityx/Event.h @@ -10,7 +10,7 @@ #pragma once -#include +#include #include #include #include diff --git a/entityx/System.h b/entityx/System.h index 4854b8d..4bba9e1 100644 --- a/entityx/System.h +++ b/entityx/System.h @@ -11,7 +11,7 @@ #pragma once -#include +#include #include #include #include