Skip to content

Commit

Permalink
gh-1: fix linux include
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorOrachyov committed May 1, 2023
1 parent 14dda9b commit fa26e0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ jobs:

- name: Configure CMake x64
run: cmake . -G Ninja -B ${{ env.build_dir }} -DCMAKE_BUILD_TYPE=${{ env.config }} -DCMAKE_OSX_ARCHITECTURES=x86_64
env:
CXX: clang++
CC: clang

- name: Build library sources x64
run: cmake --build ${{ env.build_dir }}
1 change: 1 addition & 0 deletions engine/debug/profiler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include "core/string_id.hpp"
#include "core/timer.hpp"

#include <atomic>
#include <chrono>
#include <memory>
#include <mutex>
Expand Down

0 comments on commit fa26e0a

Please sign in to comment.