add missing header files to glfft

This commit is contained in:
Ethan Riley
2020-08-10 20:23:28 +00:00
parent 3cc5e226aa
commit d660eb35ac
2 changed files with 3 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ extern "C" {
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <error.h> #include <error.h>
#include <stdio.h>
#include <errno.h>
} }
#ifndef GLFFT_GLSL_LANG_STRING #ifndef GLFFT_GLSL_LANG_STRING

View File

@@ -20,6 +20,7 @@
#include "glfft_interface.hpp" #include "glfft_interface.hpp"
#include "glfft.hpp" #include "glfft.hpp"
#include <utility> #include <utility>
#include <stdexcept>
/* GLAVA NOTICE: automatic wisdom serialization support may be added at a late date */ /* GLAVA NOTICE: automatic wisdom serialization support may be added at a late date */
#ifdef GLFFT_SERIALIZATION #ifdef GLFFT_SERIALIZATION