Skip to content

Commit

Permalink
Add missing include in spectran source
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreRouma authored Apr 27, 2024
1 parent 27072e9 commit 4e455e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source_modules/spectran_source/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <gui/smgui.h>
#include <utils/optionlist.h>
#include <codecvt>
#include <locale>
#include <aaroniartsaapi.h>

#define CONCAT(a, b) ((std::string(a) + b).c_str())
Expand Down Expand Up @@ -547,4 +548,4 @@ MOD_EXPORT void _DELETE_INSTANCE_(ModuleManager::Instance* instance) {
MOD_EXPORT void _END_() {
config.disableAutoSave();
config.save();
}
}

0 comments on commit 4e455e6

Please sign in to comment.