projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24eeaf3
)
Added missing <array> include to addon/downloader.cpp
author
Ingo Ruhnke
<grumbel@gmail.com>
Thu, 28 Aug 2014 00:57:50 +0000
(
02:57
+0200)
committer
Ingo Ruhnke
<grumbel@gmail.com>
Thu, 28 Aug 2014 00:57:50 +0000
(
02:57
+0200)
src/addon/downloader.cpp
patch
|
blob
|
history
diff --git
a/src/addon/downloader.cpp
b/src/addon/downloader.cpp
index
c10bea4
..
574254f
100644
(file)
--- a/
src/addon/downloader.cpp
+++ b/
src/addon/downloader.cpp
@@
-18,6
+18,7
@@
#include "addon/downloader.hpp"
#include <algorithm>
+#include <array>
#include <assert.h>
#include <memory>
#include <physfs.h>