Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
qubka committed Jun 16, 2024
1 parent 4b8888d commit cdb6705
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/plugify/cpp_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <cstdint>
#include <filesystem>
#include <optional>
#include <vector>

namespace plugify {
constexpr int kApiVersion = 1;
Expand Down
1 change: 1 addition & 0 deletions test/example_plugin/plugify/cpp_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <cstdint>
#include <filesystem>
#include <optional>
#include <vector>

namespace plugify {
constexpr int kApiVersion = 1;
Expand Down
1 change: 1 addition & 0 deletions test/mega/plugify/cpp_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <cstdint>
#include <filesystem>
#include <optional>
#include <vector>

namespace plugify {
constexpr int kApiVersion = 1;
Expand Down

0 comments on commit cdb6705

Please sign in to comment.