summaryrefslogtreecommitdiffstats
path: root/tests/test.h
diff options
context:
space:
mode:
authorClement Sibille <clements+git@lisible.xyz>2024-05-20 00:52:17 +0900
committerClement Sibille <clements+git@lisible.xyz>2024-05-20 01:28:21 +0900
commit2d813cc4c26af142bcfaabdf654371e7801f6491 (patch)
treecbbf8cbb2af9554d7215e96a63fcc213d05c853a /tests/test.h
parentbd22b018c841cddf4eb8e1dae48eb14eef850523 (diff)
Add bytes module
Diffstat (limited to 'tests/test.h')
-rw-r--r--tests/test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.h b/tests/test.h
index 223abf5..b81936c 100644
--- a/tests/test.h
+++ b/tests/test.h
@@ -1,6 +1,7 @@
#ifndef LSTD_TESTS_TEST_H
#define LSTD_TESTS_TEST_H
+#include <math.h> // IWYU pragma: keep
#include <stdarg.h>
#include <stdbool.h>
#include <stdio.h>
Go back to lisible.xyz