Skip to content

Commit

Permalink
example_plugin: Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell committed Dec 26, 2024
1 parent ff2cf00 commit f71cb8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/example_plugin_cpp/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <coreinit/filesystem.h>
#include <malloc.h>
#include <wups.h>
#include <wups/config/WUPSConfigCategory.h>
#include <wups/config/WUPSConfigItemBoolean.h>
#include <wups/config/WUPSConfigItemIntegerRange.h>
#include <wups/config/WUPSConfigItemMultipleValues.h>
Expand Down

0 comments on commit f71cb8c

Please sign in to comment.