Skip to content

Commit

Permalink
fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Jan 21, 2018
1 parent ce3c7db commit 617ed77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#include "boost/static_assert.hpp"
#include "callbacks.h"
#include "globals.h"
#include "gameData/LandscapeDesc.h"
#include "gameData/TerrainDesc.h"
#include <iostream>
#include <string>

Expand Down
3 changes: 3 additions & 0 deletions CSurface.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#include "CSurface.h"
#include "CGame.h"
#include "CMap.h"
#include "Rect.h"
#include "globals.h"
#include "gameData/EdgeDesc.h"
#include "gameData/TerrainDesc.h"
#include <algorithm>
#include <cassert>

Expand Down

0 comments on commit 617ed77

Please sign in to comment.