move 'stdbool.h' to common header, add missing common.h header to public headers

This commit is contained in:
Recep Aslantas
2019-03-31 18:58:20 +03:00
parent 6c0c5167b0
commit 81a74ba225
6 changed files with 4 additions and 7 deletions

View File

@@ -14,6 +14,7 @@
#include <stddef.h>
#include <math.h>
#include <float.h>
#include <stdbool.h>
#if defined(_MSC_VER)
# ifdef CGLM_DLL