diff options
Diffstat (limited to 'libclc/generic/include/clc/clc.h')
| -rw-r--r-- | libclc/generic/include/clc/clc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libclc/generic/include/clc/clc.h b/libclc/generic/include/clc/clc.h index e93a8c0ada4..e4fbfbaaa53 100644 --- a/libclc/generic/include/clc/clc.h +++ b/libclc/generic/include/clc/clc.h @@ -35,6 +35,7 @@ #include <clc/math/cos.h> #include <clc/math/ceil.h> #include <clc/math/exp.h> +#include <clc/math/exp10.h> #include <clc/math/exp2.h> #include <clc/math/fabs.h> #include <clc/math/floor.h> @@ -58,6 +59,7 @@ #include <clc/math/native_cos.h> #include <clc/math/native_divide.h> #include <clc/math/native_exp.h> +#include <clc/math/native_exp10.h> #include <clc/math/native_exp2.h> #include <clc/math/native_log.h> #include <clc/math/native_log2.h> |

