Skip to content

Commit

Permalink
- duplicate effects of gzdoom commit ZDoom/gzdoom@d9f0386
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed May 7, 2024
1 parent 73c4c46 commit f3cad84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/ZWidget/src/widgets/lineedit/lineedit.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

#include <algorithm>
#include "widgets/lineedit/lineedit.h"
#include "core/utf8reader.h"
#include "core/colorf.h"
Expand Down
3 changes: 2 additions & 1 deletion source/common/filesystem/source/resourcefile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
**
*/

#include <algorithm>
#include <miniz.h>
#include "resourcefile.h"
#include "md5.hpp"
Expand All @@ -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()
Expand Down

0 comments on commit f3cad84

Please sign in to comment.