Skip to content

Commit

Permalink
Try to address build job fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
Malkierian committed Dec 17, 2024
1 parent 81c7a82 commit a9998c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/resource/ResourceManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#include <unordered_map>
#include <unordered_set>
#include <string>
#include <list>
#include <vector>
#include <mutex>
#include <queue>
#include <variant>
Expand Down
1 change: 1 addition & 0 deletions src/resource/archive/ArchiveManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <string>
#include <memory>
#include <vector>
#include <list>
#include <unordered_map>
#include <unordered_set>
#include <stdint.h>
Expand Down

0 comments on commit a9998c0

Please sign in to comment.