From b8bc1bb5e9cb756f80c79c9aee9ccf5f42d69a30 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Sat, 9 Jun 2018 12:18:51 -0600 Subject: [PATCH] gobj: Include, don't forward-declare, BamCacheRecord in shader.h Closes #346 --- panda/src/gobj/shader.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/panda/src/gobj/shader.h b/panda/src/gobj/shader.h index 52b1904c4d..98734dfe50 100644 --- a/panda/src/gobj/shader.h +++ b/panda/src/gobj/shader.h @@ -33,6 +33,7 @@ #include "pta_LVecBase2.h" #include "epvector.h" #include "asyncFuture.h" +#include "bamCacheRecord.h" #ifdef HAVE_CG // I don't want to include the Cg header file into panda as a whole. Instead, @@ -42,8 +43,6 @@ typedef struct _CGprogram *CGprogram; typedef struct _CGparameter *CGparameter; #endif -class BamCacheRecord; - /** */