diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-04-02 16:27:41 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-04-02 16:27:41 +0200 |
| commit | 3213bef6aa2b87cf8ea207e53ddf1b064539b46a (patch) | |
| tree | d9ddd3e31fb84184a96394ec4b06dd5af2031127 /modules/core | |
| parent | 21c8b8c54fd2a6308cc9225983b3b3e11fbe958c (diff) | |
| download | forstio-forstio-3213bef6aa2b87cf8ea207e53ddf1b064539b46a.tar.gz | |
core, tools: Fixed include bug and some other behaviours
Diffstat (limited to 'modules/core')
| -rw-r--r-- | modules/core/c++/templates.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/core/c++/templates.hpp b/modules/core/c++/templates.hpp index 05b5a56..acbaeb0 100644 --- a/modules/core/c++/templates.hpp +++ b/modules/core/c++/templates.hpp @@ -1,5 +1,6 @@ #pragma once +#include "common.hpp" #include "string_literal.hpp" namespace saw { |
