From b847f57382f073a6444a93a63bbceea6d14323df Mon Sep 17 00:00:00 2001 From: Erik Hofman Date: Mon, 9 Mar 2020 14:56:08 +0100 Subject: [PATCH] Fix a threads header --- simgear/hla/RTIFederateFactoryRegistry.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/hla/RTIFederateFactoryRegistry.cxx b/simgear/hla/RTIFederateFactoryRegistry.cxx index d70e89d2..8cff8f25 100644 --- a/simgear/hla/RTIFederateFactoryRegistry.cxx +++ b/simgear/hla/RTIFederateFactoryRegistry.cxx @@ -25,7 +25,7 @@ #include "RTIFederateFactoryRegistry.hxx" -#include "simgear/threads/std::lock_guard.hxx" +#include "simgear/threads/SGThread.hxx" #include "RTIFederate.hxx" namespace simgear {