Skip to content

Commit

Permalink
Fix: Include for std::sort
Browse files Browse the repository at this point in the history
  • Loading branch information
brenocq committed Aug 6, 2024
1 parent 13b72c9 commit 42f179d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/atta/pch.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#define _USE_MATH_DEFINES // Windows M_PI fix
#include <any>
#include <array>
#include <algorithm>
#include <bitset>
#include <climits>
#include <cmath>
Expand Down

0 comments on commit 42f179d

Please sign in to comment.