aboutsummaryrefslogtreecommitdiff
path: root/include/std/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/std/defs.h')
-rw-r--r--include/std/defs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/std/defs.h b/include/std/defs.h
index 653bf73..ee049d4 100644
--- a/include/std/defs.h
+++ b/include/std/defs.h
@@ -4,4 +4,7 @@
typedef struct amal_thread amal_thread;
typedef struct amal_mutex amal_mutex;
+typedef struct ScopedAllocatorNode ScopedAllocatorNode;
+typedef struct ScopedAllocator ScopedAllocator;
+
#endif