From 882f71a3d96d42ebb2b51934da5c3f762eb920fd Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 15 Feb 2006 22:12:50 +0000 Subject: [PATCH] proper #include --- panda/src/putil/pipelineCyclerTrivialImpl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/panda/src/putil/pipelineCyclerTrivialImpl.h b/panda/src/putil/pipelineCyclerTrivialImpl.h index a9f436f6b2..42c91dff0f 100644 --- a/panda/src/putil/pipelineCyclerTrivialImpl.h +++ b/panda/src/putil/pipelineCyclerTrivialImpl.h @@ -23,7 +23,8 @@ #ifndef DO_PIPELINING -class CycleData; +#include "cycleData.h" + class Pipeline; ////////////////////////////////////////////////////////////////////