Skip to content

Commit

Permalink
Added missing <array> include to addon/downloader.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Grumbel committed Aug 28, 2014
1 parent 24eeaf3 commit 8e4911b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/addon/downloader.cpp
Expand Up @@ -18,6 +18,7 @@
#include "addon/downloader.hpp"

#include <algorithm>
#include <array>
#include <assert.h>
#include <memory>
#include <physfs.h>
Expand Down

0 comments on commit 8e4911b

Please sign in to comment.