pipeline: (Light)ReMutexDirect should include thread.h

Thread methods are used in the respective .I files, so
an incomplete forward declaration won't suffice here.
This commit is contained in:
Sam Edwards 2019-01-02 01:35:18 -07:00
parent c365beaf11
commit 6e951773a6
2 changed files with 2 additions and 4 deletions

View File

@ -17,8 +17,7 @@
#include "pandabase.h"
#include "mutexImpl.h"
#include "reMutexDirect.h"
class Thread;
#include "thread.h"
#ifndef DEBUG_THREADS

View File

@ -17,8 +17,7 @@
#include "pandabase.h"
#include "mutexTrueImpl.h"
#include "conditionVarImpl.h"
class Thread;
#include "thread.h"
#ifndef DEBUG_THREADS