ソースを参照

Add missing headers to panda/event (when doing non-composite builds).

kestred 12 年 前
コミット
d44ab29ed7

+ 1 - 0
panda/src/event/asyncTask.cxx

@@ -18,6 +18,7 @@
 #include "pt_Event.h"
 #include "pt_Event.h"
 #include "throw_event.h"
 #include "throw_event.h"
 #include "eventParameter.h"
 #include "eventParameter.h"
+#include "event.h"
 
 
 AtomicAdjust::Integer AsyncTask::_next_task_id;
 AtomicAdjust::Integer AsyncTask::_next_task_id;
 PStatCollector AsyncTask::_show_code_pcollector("App:Show code");
 PStatCollector AsyncTask::_show_code_pcollector("App:Show code");

+ 1 - 0
panda/src/event/asyncTaskChain.cxx

@@ -20,6 +20,7 @@
 #include "pStatClient.h"
 #include "pStatClient.h"
 #include "pStatTimer.h"
 #include "pStatTimer.h"
 #include "clockObject.h"
 #include "clockObject.h"
+#include "config_event.h"
 #include <algorithm>
 #include <algorithm>
 #include <stdio.h>  // For sprintf/snprintf
 #include <stdio.h>  // For sprintf/snprintf
 
 

+ 1 - 0
panda/src/event/asyncTaskSequence.cxx

@@ -13,6 +13,7 @@
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 
 
 #include "asyncTaskSequence.h"
 #include "asyncTaskSequence.h"
+#include "asyncTaskManager.h"
 
 
 TypeHandle AsyncTaskSequence::_type_handle;
 TypeHandle AsyncTaskSequence::_type_handle;
 
 

+ 1 - 0
panda/src/event/pythonTask.cxx

@@ -14,6 +14,7 @@
 
 
 #include "pythonTask.h"
 #include "pythonTask.h"
 #include "pnotify.h"
 #include "pnotify.h"
+#include "config_event.h"
 
 
 #ifdef HAVE_PYTHON
 #ifdef HAVE_PYTHON
 #include "py_panda.h"  
 #include "py_panda.h"