- make gcc14 happy

This commit is contained in:
Rachael Alexanderson 2024-04-25 02:27:20 -04:00
parent eba9036164
commit d9f03863bf
No known key found for this signature in database
GPG key ID: 26A8ACCE97115EE0
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#include <algorithm>
#include "widgets/lineedit/lineedit.h"
#include "core/utf8reader.h"
#include "core/colorf.h"

View file

@ -34,6 +34,7 @@
**
*/
#include <algorithm>
#include <miniz.h>
#include "resourcefile.h"
#include "md5.hpp"
@ -45,7 +46,7 @@
#include "wildcards.hpp"
namespace FileSys {
// this is for restricting shared file readers to the main thread.
thread_local bool mainThread;
void SetMainThread()