aboutsummaryrefslogtreecommitdiffstats
path: root/core/effectslot.cpp
diff options
context:
space:
mode:
authorChris Robinson <chris.kcat@gmail.com>2023-12-10 22:15:17 -0800
committerChris Robinson <chris.kcat@gmail.com>2023-12-10 22:15:17 -0800
commitbb3387b0fc5d3071a30c6d003b415dc6e77f3d62 (patch)
tree1645291391b412040ce55ae8dc34232cde5d22e0 /core/effectslot.cpp
parentcf37d92442ccf3c7f4b979bd97282dcbe28ca64a (diff)
Much more clang-tidy cleanup
Diffstat (limited to 'core/effectslot.cpp')
-rw-r--r--core/effectslot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/effectslot.cpp b/core/effectslot.cpp
index db8aa078..99224225 100644
--- a/core/effectslot.cpp
+++ b/core/effectslot.cpp
@@ -3,7 +3,7 @@
#include "effectslot.h"
-#include <stddef.h>
+#include <cstddef>
#include "almalloc.h"
#include "context.h"