diff options
Diffstat (limited to 'src/common/Common.h')
-rw-r--r-- | src/common/Common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/Common.h b/src/common/Common.h index 847b296d1a4..208809dcdfc 100644 --- a/src/common/Common.h +++ b/src/common/Common.h @@ -22,6 +22,9 @@ #include <array> #include <string> +using namespace std::string_literals; +using namespace std::string_view_literals; + #define STRINGIZE(a) #a enum TimeConstants |