Codechange: Include table/strings.h in files that use StringIDs.

Be consistent with how and where the file is incldued.
This commit is contained in:
Peter Nelson
2025-03-21 12:53:40 +00:00
committed by Peter Nelson
parent edb101d12f
commit 2909a14374
64 changed files with 107 additions and 22 deletions
+2
View File
@@ -37,6 +37,8 @@
#include <mutex>
#include <condition_variable>
#include "table/strings.h"
#include "../safeguards.h"