aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-19 18:43:40 -0700
committerFuwn <[email protected]>2022-06-19 18:43:40 -0700
commitebc43f0bd813f43c48f4bfcf55412f69a5f0cc85 (patch)
tree457eec1b80d72483b32bb3589599b62213da2511
parentdocs(meson): bump version 0.1.0 -> 0.1.1 (diff)
downloadtatl-ebc43f0bd813f43c48f4bfcf55412f69a5f0cc85.tar.xz
tatl-ebc43f0bd813f43c48f4bfcf55412f69a5f0cc85.zip
feat(tatl): include set
-rw-r--r--include/tatl/tatl.h1
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 */