diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-13 17:58:35 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-13 17:58:35 +1000 |
commit | c3bf7a3c87e61c56d48dd932f295c99d64d14a38 (patch) | |
tree | f00dec00a2e520b3040d01cd5d1edb2338606016 /source/core | |
parent | f02c053ed2430423748ec590d0d1ac3dc4df55a8 (diff) |
Add vanilla-compatible raw broadcasts
Diffstat (limited to 'source/core')
-rw-r--r-- | source/core/StarConfig.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/core/StarConfig.hpp b/source/core/StarConfig.hpp index f070df4..5a95569 100644 --- a/source/core/StarConfig.hpp +++ b/source/core/StarConfig.hpp @@ -44,6 +44,7 @@ using std::mem_fn; using std::ref; using std::cref; using namespace std::placeholders; +using namespace std::string_literals; using std::prev; // using std::next; |