From 2bfce154ccc2ec5217cd39909c972ad00ac05b63 Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Sat, 19 Nov 2016 19:18:12 -0500 Subject: [PATCH] Add boost header file in an attempt to make clang happy. --- include/fp_lib_table.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/fp_lib_table.h b/include/fp_lib_table.h index 926aecbe69..a22f2ccdfb 100644 --- a/include/fp_lib_table.h +++ b/include/fp_lib_table.h @@ -34,6 +34,7 @@ #include #include #include +#include #define FP_LATE_ENVVAR 1 ///< late=1/early=0 environment variable expansion