mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 15:53:55 -04:00
shader: Fix missing include
This commit is contained in:
parent
406268c2e9
commit
86e3e6e166
@ -18,6 +18,7 @@
|
||||
|
||||
#include "pandabase.h"
|
||||
#include "config_gobj.h"
|
||||
|
||||
#include "typedWritableReferenceCount.h"
|
||||
#include "namable.h"
|
||||
#include "graphicsStateGuardianBase.h"
|
||||
@ -31,6 +32,7 @@
|
||||
#include "pta_LVecBase4.h"
|
||||
#include "pta_LVecBase3.h"
|
||||
#include "pta_LVecBase2.h"
|
||||
#include "pStatCollector.h"
|
||||
#include "epvector.h"
|
||||
#include "asyncFuture.h"
|
||||
#include "bamCacheRecord.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user