From 9a1b03ad820b49c4ed73f20d2cf82e445d245254 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Thu, 26 Sep 2013 19:26:59 +0300 Subject: [PATCH] Add a missing #include --- source/graphics/videomode.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/graphics/videomode.h b/source/graphics/videomode.h index f1715c0..328d6ea 100644 --- a/source/graphics/videomode.h +++ b/source/graphics/videomode.h @@ -1,6 +1,8 @@ #ifndef MSP_GRAPHICS_VIDEOMODE_H_ #define MSP_GRAPHICS_VIDEOMODE_H_ +#include + namespace Msp { namespace Graphics { -- 2.43.0