projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c2b112
)
Added missing <vector> include
author
Ingo Ruhnke
<grumbel@gmail.com>
Wed, 6 Aug 2014 02:32:29 +0000
(
04:32
+0200)
committer
Ingo Ruhnke
<grumbel@gmail.com>
Wed, 6 Aug 2014 02:32:29 +0000
(
04:32
+0200)
src/gui/mousecursor.hpp
patch
|
blob
|
history
diff --git
a/src/gui/mousecursor.hpp
b/src/gui/mousecursor.hpp
index
3ecd84e
..
0f517f6
100644
(file)
--- a/
src/gui/mousecursor.hpp
+++ b/
src/gui/mousecursor.hpp
@@
-18,6
+18,7
@@
#define HEADER_SUPERTUX_GUI_MOUSECURSOR_HPP
#include <string>
+#include <vector>
#include "video/surface_ptr.hpp"