From 841123040e8f002f2e777a1a0c34e050b7f2da23 Mon Sep 17 00:00:00 2001 From: James Price Date: Thu, 19 Dec 2019 17:42:58 -0500 Subject: [PATCH] Add includes to make .h files self-contained (#526) --- test_conformance/conversions/fplib.h | 1 + test_conformance/half/test_config.h | 2 ++ test_conformance/half/tests.h | 2 ++ 3 files changed, 5 insertions(+) diff --git a/test_conformance/conversions/fplib.h b/test_conformance/conversions/fplib.h index 576e4afe..534550a3 100644 --- a/test_conformance/conversions/fplib.h +++ b/test_conformance/conversions/fplib.h @@ -14,6 +14,7 @@ // limitations under the License. // #include +#include typedef enum { diff --git a/test_conformance/half/test_config.h b/test_conformance/half/test_config.h index a81f429d..8452fab6 100644 --- a/test_conformance/half/test_config.h +++ b/test_conformance/half/test_config.h @@ -16,6 +16,8 @@ #ifndef TEST_CONFIG_H #define TEST_CONFIG_H +#include + #define MULTITHREAD 1 #define kVectorSizeCount 5 diff --git a/test_conformance/half/tests.h b/test_conformance/half/tests.h index 2b14924c..a8b8328f 100644 --- a/test_conformance/half/tests.h +++ b/test_conformance/half/tests.h @@ -16,6 +16,8 @@ #ifndef TESTS_H #define TESTS_H +#include + typedef enum { AS_Global,