diff options
Diffstat (limited to 'src/proto-base/fwd.hpp')
-rw-r--r-- | src/proto-base/fwd.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/proto-base/fwd.hpp b/src/proto-base/fwd.hpp index 560f7fc..1790717 100644 --- a/src/proto-base/fwd.hpp +++ b/src/proto-base/fwd.hpp @@ -20,6 +20,11 @@ #include "../sanity.hpp" +#include "../strings/fwd.hpp" // rank 1 +#include "../generic/fwd.hpp" // rank 3 +#include "../mmo/fwd.hpp" // rank 6 +// proto-base/fwd.hpp is rank 7 + namespace tmwa { |