summaryrefslogtreecommitdiff
path: root/src/compat/fwd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/compat/fwd.hpp')
-rw-r--r--src/compat/fwd.hpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/compat/fwd.hpp b/src/compat/fwd.hpp
index 45f3c24..3fa0dd2 100644
--- a/src/compat/fwd.hpp
+++ b/src/compat/fwd.hpp
@@ -20,8 +20,23 @@
#include "../sanity.hpp"
+#include "../ints/fwd.hpp" // rank 1
+#include "../strings/fwd.hpp" // rank 1
+// compat/fwd.hpp is rank 2
+
namespace tmwa
{
+ namespace option
+ {
+ template<class T>
+ class Option;
+ }
+ using option::Option;
+
+ template<class T>
+ class Borrowed;
+
+ struct TimeT;
// meh, add more when I feel like it
} // namespace tmwa