From 1c7b750182761b3240c74f7368ba47e8d59d71e1 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Wed, 15 Apr 2020 11:23:57 -0500 Subject: [PATCH] Adjust includes in common to fix build --- src/common/meshmodel.h | 3 ++- src/common/ml_shared_data_context.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/common/meshmodel.h b/src/common/meshmodel.h index ffc471c65d..1d8a7272b5 100644 --- a/src/common/meshmodel.h +++ b/src/common/meshmodel.h @@ -23,7 +23,8 @@ #ifndef MESHMODEL_H #define MESHMODEL_H -#include + +#include "gl_defs.h" #include #include diff --git a/src/common/ml_shared_data_context.h b/src/common/ml_shared_data_context.h index fc09539a2c..50d80e9ef4 100644 --- a/src/common/ml_shared_data_context.h +++ b/src/common/ml_shared_data_context.h @@ -24,7 +24,7 @@ #ifndef __ML_SHARED_DATA_CONTEXT_H #define __ML_SHARED_DATA_CONTEXT_H -#include +#include "gl_defs.h" #include #include "ml_mesh_type.h"