Skip to content

Commit

Permalink
Forward-declare a variant header include
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Mar 17, 2016
1 parent e8dd50a commit 0a8247d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ai/formula/ai.hpp
Expand Up @@ -31,12 +31,14 @@
#include "generic_event.hpp" // for observer
#include "pathfind/teleport.hpp" // for teleport_map
#include "unit_map.hpp"
#include "variant.hpp" // for variant
#include <boost/noncopyable.hpp> // for noncopyable
#include <set> // for multiset
#include <string> // for string
#include <utility> // for pair
#include <vector> // for vector

class variant;

namespace ai { class ai_context; }
namespace game_logic { struct formula_error; }
namespace pathfind { struct plain_route; } // lines 57-57
Expand Down

0 comments on commit 0a8247d

Please sign in to comment.