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

This commit is contained in:
kestred 2014-01-19 11:21:52 -07:00
parent f1919df261
commit 1cf0b5d78c
3 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include "pandabase.h"
#include "mutexImpl.h"
#include "pnotify.h"
class Thread;

View File

@ -18,6 +18,7 @@
#include "pandabase.h"
#include "pmutex.h"
#include "conditionVar.h"
#include "mutexHolder.h"
////////////////////////////////////////////////////////////////////
// Class : Semaphore

View File

@ -13,6 +13,8 @@
////////////////////////////////////////////////////////////////////
#include "threadPriority.h"
#include "pnotify.h" // nassertr
#include "pipeline.h"
ostream &
operator << (ostream &out, ThreadPriority pri) {