Added missing <vector> include
authorIngo Ruhnke <grumbel@gmail.com>
Wed, 6 Aug 2014 02:32:29 +0000 (04:32 +0200)
committerIngo Ruhnke <grumbel@gmail.com>
Wed, 6 Aug 2014 02:32:29 +0000 (04:32 +0200)
src/gui/mousecursor.hpp

index 3ecd84e..0f517f6 100644 (file)
@@ -18,6 +18,7 @@
 #define HEADER_SUPERTUX_GUI_MOUSECURSOR_HPP
 
 #include <string>
+#include <vector>
 
 #include "video/surface_ptr.hpp"