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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Stars45/CmpSelectDlg.h') diff --git a/Stars45/CmpSelectDlg.h b/Stars45/CmpSelectDlg.h index 99ed29b..7463aec 100644 --- a/Stars45/CmpSelectDlg.h +++ b/Stars45/CmpSelectDlg.h @@ -22,6 +22,7 @@ #include "ListBox.h" #include "Font.h" #include "Text.h" +#include "ThreadSync.h" // +--------------------------------------------------------------------+ -- cgit v1.1