@@ -18,6 +18,7 @@
#include "pt_Event.h"
#include "throw_event.h"
#include "eventParameter.h"
+#include "event.h"
AtomicAdjust::Integer AsyncTask::_next_task_id;
PStatCollector AsyncTask::_show_code_pcollector("App:Show code");
@@ -20,6 +20,7 @@
#include "pStatClient.h"
#include "pStatTimer.h"
#include "clockObject.h"
+#include "config_event.h"
#include <algorithm>
#include <stdio.h> // For sprintf/snprintf
@@ -13,6 +13,7 @@
////////////////////////////////////////////////////////////////////
#include "asyncTaskSequence.h"
+#include "asyncTaskManager.h"
TypeHandle AsyncTaskSequence::_type_handle;
@@ -14,6 +14,7 @@
#include "pythonTask.h"
#include "pnotify.h"
#ifdef HAVE_PYTHON
#include "py_panda.h"