]> git.tdb.fi Git - libs/gui.git/commitdiff
Add a missing #include
authorMikko Rasa <tdb@tdb.fi>
Thu, 26 Sep 2013 16:26:59 +0000 (19:26 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 26 Sep 2013 16:26:59 +0000 (19:26 +0300)
source/graphics/videomode.h

index f1715c0428d6dfc49a62d5a4de71af4bf9883afe..328d6ea31d3034b81c68fa667f3b6b015d1fd48f 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef MSP_GRAPHICS_VIDEOMODE_H_
 #define MSP_GRAPHICS_VIDEOMODE_H_
 
+#include <stdexcept>
+
 namespace Msp {
 namespace Graphics {