Skip to content

Commit

Permalink
add #include <algorithm> to View.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-plusplus committed Oct 11, 2024
1 parent b8a0b3c commit 8ace7ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/ecs/View.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <algorithm>
#include <ranges>

#include "View.h"
Expand Down

0 comments on commit 8ace7ae

Please sign in to comment.