From 2ba515370864b85bd29b0d23083248c74a868691 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 27 Mar 2022 19:30:30 +0200 Subject: Replaced own ThreadSync with atomic variable in Text --- Stars45/CmpSelectDlg.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Stars45/CmpSelectDlg.cpp') diff --git a/Stars45/CmpSelectDlg.cpp b/Stars45/CmpSelectDlg.cpp index afcf6d2..18ba3d0 100644 --- a/Stars45/CmpSelectDlg.cpp +++ b/Stars45/CmpSelectDlg.cpp @@ -32,6 +32,7 @@ #include "Mouse.h" #include "ParseUtil.h" #include "FormatUtil.h" +#include "ThreadSync.h" // +--------------------------------------------------------------------+ // DECLARE MAPPING FUNCTIONS: -- cgit v1.1