Skip to content

Commit

Permalink
Add #include <numbers> for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Oct 29, 2024
1 parent 948f552 commit 5b778ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
brew install sdl2 freetype libvorbis webp pkg-config ninja
brew install sdl2 libvorbis webp ninja
- name: Build with CMake
run: |
cmake -H. -Bbuild-cmake -GNinja
cmake -Bbuild-cmake -GNinja
ninja -Cbuild-cmake
# - uses: actions/setup-java@v4
# with:
Expand Down
1 change: 1 addition & 0 deletions src/jngl/effects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "other.hpp"

#include <cmath>
#include <numbers>

namespace jngl {

Expand Down

0 comments on commit 5b778ce

Please sign in to comment.