Added missing <array> include to addon/downloader.cpp
authorIngo Ruhnke <grumbel@gmail.com>
Thu, 28 Aug 2014 00:57:50 +0000 (02:57 +0200)
committerIngo Ruhnke <grumbel@gmail.com>
Thu, 28 Aug 2014 00:57:50 +0000 (02:57 +0200)
src/addon/downloader.cpp

index c10bea4..574254f 100644 (file)
@@ -18,6 +18,7 @@
 #include "addon/downloader.hpp"
 
 #include <algorithm>
+#include <array>
 #include <assert.h>
 #include <memory>
 #include <physfs.h>