diff options
author | Chris Robinson <[email protected]> | 2023-05-01 21:10:30 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-05-01 21:10:30 -0700 |
commit | f80324873992887f518d97dfb388bbb78079377e (patch) | |
tree | 76e137b51a799253c535e11e75802442f4db93e5 /alc | |
parent | d5e5b211b89de63667eab71faa7e9a13a0b7992d (diff) |
Reduce code duplication for context queries
Diffstat (limited to 'alc')
-rw-r--r-- | alc/context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alc/context.h b/alc/context.h index 20c89a31..d74bc8d1 100644 --- a/alc/context.h +++ b/alc/context.h @@ -6,6 +6,7 @@ #include <memory> #include <mutex> #include <stdint.h> +#include <string> #include <unordered_map> #include <utility> |