mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-26 04:39:51 -04:00
add missing ranges include
Geode/Utils.hpp doesnt have it tf, this stupid file relied on log including it
This commit is contained in:
parent
6dc6e9b418
commit
181c602a68
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <utility>
|
||||
#include <queue>
|
||||
#include <Geode/Utils.hpp>
|
||||
#include <Geode/utils/ranges.hpp>
|
||||
|
||||
bool InstallListPopup::setup(IndexItemHandle item, MiniFunction<void(IndexInstallList const&)> callback) {
|
||||
m_noElasticity = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue