mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
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:
parent
c365beaf11
commit
6e951773a6
@ -17,8 +17,7 @@
|
||||
#include "pandabase.h"
|
||||
#include "mutexImpl.h"
|
||||
#include "reMutexDirect.h"
|
||||
|
||||
class Thread;
|
||||
#include "thread.h"
|
||||
|
||||
#ifndef DEBUG_THREADS
|
||||
|
||||
|
@ -17,8 +17,7 @@
|
||||
#include "pandabase.h"
|
||||
#include "mutexTrueImpl.h"
|
||||
#include "conditionVarImpl.h"
|
||||
|
||||
class Thread;
|
||||
#include "thread.h"
|
||||
|
||||
#ifndef DEBUG_THREADS
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user