diff options
| author | Fuwn <[email protected]> | 2022-06-19 18:43:40 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-19 18:43:40 -0700 |
| commit | ebc43f0bd813f43c48f4bfcf55412f69a5f0cc85 (patch) | |
| tree | 457eec1b80d72483b32bb3589599b62213da2511 | |
| parent | docs(meson): bump version 0.1.0 -> 0.1.1 (diff) | |
| download | tatl-ebc43f0bd813f43c48f4bfcf55412f69a5f0cc85.tar.xz tatl-ebc43f0bd813f43c48f4bfcf55412f69a5f0cc85.zip | |
feat(tatl): include set
| -rw-r--r-- | include/tatl/tatl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tatl/tatl.h b/include/tatl/tatl.h index 2707cc4..e174193 100644 --- a/include/tatl/tatl.h +++ b/include/tatl/tatl.h @@ -23,6 +23,7 @@ #include <tatl/context.h> #include <tatl/context/get.h> +#include <tatl/context/set.h> #include <tatl/macros.h> #endif /* TATL_TATL */ |