Skip to content

Commit 6e95177

Browse files
committed
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.
1 parent c365bea commit 6e95177

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

panda/src/pipeline/lightReMutexDirect.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
#include "pandabase.h"
1818
#include "mutexImpl.h"
1919
#include "reMutexDirect.h"
20-
21-
class Thread;
20+
#include "thread.h"
2221

2322
#ifndef DEBUG_THREADS
2423

panda/src/pipeline/reMutexDirect.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
#include "pandabase.h"
1818
#include "mutexTrueImpl.h"
1919
#include "conditionVarImpl.h"
20-
21-
class Thread;
20+
#include "thread.h"
2221

2322
#ifndef DEBUG_THREADS
2423

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy