Skip to content

Commit

Permalink
Fixed includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mschlumpp committed Feb 26, 2014
1 parent a729095 commit 07d41d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Core/SdlImageReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include "Bitmap.h"
#include <Imports/SDL.h>
#include <string.h>
#include <memory>

namespace spades {
class SdlImageReader: public IBitmapCodec {
Expand Down
1 change: 1 addition & 0 deletions Sources/Core/Strings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "Strings.h"
#include <unordered_map>
#include <unordered_set>
#include <memory>
#include <cstdint>
#include "Settings.h"
#include "DynamicLibrary.h"
Expand Down

0 comments on commit 07d41d0

Please sign in to comment.