Skip to content

Commit

Permalink
Fix missing #include <bit> that is required from latest msvc version
Browse files Browse the repository at this point in the history
  • Loading branch information
p2004a committed Sep 28, 2023
1 parent 3ef6ac5 commit 87ccd01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rts/Game/GameHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include "System/type2.h"

#include <array>
#include <bit>
#include <vector>
#include <memory>

Expand Down

1 comment on commit 87ccd01

@lhog
Copy link
Collaborator

@lhog lhog commented on 87ccd01 Sep 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merci

Please sign in to comment.