Browse Source

proper #include

David Rose 20 years ago
parent
commit
882f71a3d9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      panda/src/putil/pipelineCyclerTrivialImpl.h

+ 2 - 1
panda/src/putil/pipelineCyclerTrivialImpl.h

@@ -23,7 +23,8 @@
 
 #ifndef DO_PIPELINING
 
-class CycleData;
+#include "cycleData.h"
+
 class Pipeline;
 
 ////////////////////////////////////////////////////////////////////