include fixes from ohnobinki, video_systems.cpp should fall back to SDL now if GL...
[supertux.git] / src / supertux / menu / options_menu.cpp
index 66893cc..c2cc42c 100644 (file)
@@ -17,8 +17,6 @@
 
 #include "supertux/menu/options_menu.hpp"
 
-#include <algorithm>
-
 #include "audio/sound_manager.hpp"
 #include "gui/menu_manager.hpp"
 #include "supertux/gameconfig.hpp"
@@ -30,6 +28,9 @@
 #include "util/string_util.hpp"
 #include "video/renderer.hpp"
 
+#include <algorithm>
+#include <sstream>
+
 enum OptionsMenuIDs {
   MNID_FULLSCREEN,
   MNID_FULLSCREEN_RESOLUTION,