aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-19 18:43:40 +0000
committerFuwn <[email protected]>2022-06-19 18:43:40 +0000
commitb2a5bf50835ed23f15794d3496a4ff8f1bee10e7 (patch)
tree457eec1b80d72483b32bb3589599b62213da2511
parentdocs(meson): bump version 0.1.0 -> 0.1.1 (diff)
downloadtatl-b2a5bf50835ed23f15794d3496a4ff8f1bee10e7.tar.xz
tatl-b2a5bf50835ed23f15794d3496a4ff8f1bee10e7.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 */