Skip to content

Commit

Permalink
include <array>
Browse files Browse the repository at this point in the history
  • Loading branch information
chinenual committed Jul 19, 2023
1 parent d2641d7 commit 23a2832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/MergeSort.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <osdialog.h>

#include "plugin.hpp"
#include <array>

namespace Chinenual {
namespace MergeSort {
Expand Down
1 change: 1 addition & 0 deletions src/SplitSort.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <osdialog.h>

#include "plugin.hpp"
#include <array>

namespace Chinenual {
namespace SplitSort {
Expand Down

0 comments on commit 23a2832

Please sign in to comment.