Skip to content

Commit

Permalink
Added missing <forward_list> header
Browse files Browse the repository at this point in the history
  • Loading branch information
kgorking committed Mar 5, 2024
1 parent 2128c3b commit c30f91a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/ecs/ecs.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <concepts>
#include <cstdint>
#include <execution>
#include <forward_list>
#include <functional>
#include <iostream>
#include <limits>
Expand Down
1 change: 1 addition & 0 deletions include/ecs/ecs_sh.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <concepts>
#include <cstdint>
#include <execution>
#include <forward_list>
#include <functional>
#include <iostream>
#include <limits>
Expand Down
1 change: 1 addition & 0 deletions include/ecs/make_single_header.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ $sys_headers = '#include <algorithm>
#include <concepts>
#include <cstdint>
#include <execution>
#include <forward_list>
#include <functional>
#include <iostream>
#include <limits>
Expand Down

0 comments on commit c30f91a

Please sign in to comment.