diff options
Diffstat (limited to 'src/compat/time_t.hpp')
-rw-r--r-- | src/compat/time_t.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/compat/time_t.hpp b/src/compat/time_t.hpp index 4e0ffb6..60005d0 100644 --- a/src/compat/time_t.hpp +++ b/src/compat/time_t.hpp @@ -24,4 +24,9 @@ // TODO fix this ordering violation by promoting TimeT here # include "../mmo/utils.hpp" + +namespace tmwa +{ +} // namespace tmwa + #endif // TMWA_COMPAT_TIMET_HPP |