From 1cf0b5d78c2a4601fdcf02471c34c0d35a265fe1 Mon Sep 17 00:00:00 2001 From: kestred Date: Sun, 19 Jan 2014 11:21:52 -0700 Subject: [PATCH] Add missing headers to panda/pipeline (when doing non-composite builds). --- panda/src/pipeline/lightMutexDirect.h | 1 + panda/src/pipeline/psemaphore.h | 1 + panda/src/pipeline/threadPriority.cxx | 2 ++ 3 files changed, 4 insertions(+) diff --git a/panda/src/pipeline/lightMutexDirect.h b/panda/src/pipeline/lightMutexDirect.h index 19b6d46a9e..b145661604 100644 --- a/panda/src/pipeline/lightMutexDirect.h +++ b/panda/src/pipeline/lightMutexDirect.h @@ -17,6 +17,7 @@ #include "pandabase.h" #include "mutexImpl.h" +#include "pnotify.h" class Thread; diff --git a/panda/src/pipeline/psemaphore.h b/panda/src/pipeline/psemaphore.h index 8fe89a0d82..5c8e58cc18 100644 --- a/panda/src/pipeline/psemaphore.h +++ b/panda/src/pipeline/psemaphore.h @@ -18,6 +18,7 @@ #include "pandabase.h" #include "pmutex.h" #include "conditionVar.h" +#include "mutexHolder.h" //////////////////////////////////////////////////////////////////// // Class : Semaphore diff --git a/panda/src/pipeline/threadPriority.cxx b/panda/src/pipeline/threadPriority.cxx index b4b565f673..b1746c442a 100644 --- a/panda/src/pipeline/threadPriority.cxx +++ b/panda/src/pipeline/threadPriority.cxx @@ -13,6 +13,8 @@ //////////////////////////////////////////////////////////////////// #include "threadPriority.h" +#include "pnotify.h" // nassertr +#include "pipeline.h" ostream & operator << (ostream &out, ThreadPriority pri) {