From a26662ce4609753d464ed042ca867320b3a12dde Mon Sep 17 00:00:00 2001 From: Younguk Kim Date: Thu, 2 Nov 2017 18:04:36 +0900 Subject: [PATCH] Fix compile error by missing header file --- panda/src/pgraph/shaderInput.h | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/pgraph/shaderInput.h b/panda/src/pgraph/shaderInput.h index d0ae3eae20..32fe514558 100644 --- a/panda/src/pgraph/shaderInput.h +++ b/panda/src/pgraph/shaderInput.h @@ -31,6 +31,7 @@ #include "shader.h" #include "texture.h" #include "shaderBuffer.h" +#include "extension.h" /** * This is a small container class that can hold any one of the value types