Skip to content

Commit

Permalink
fix gcc builds
Browse files Browse the repository at this point in the history
  • Loading branch information
rjindael committed Jul 19, 2023
1 parent ae4cbe9 commit 5d7d5d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- name: Install required packages
uses: awalsh128/cache-apt-pkgs-action@latest
with:
version: 3.0
version: 4.0
packages: >-
clang
build-essential
cmake
ninja-build
libboost-dev
Expand Down
1 change: 1 addition & 0 deletions Projects/Engine/Header/App/V8/Tree/Instance.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <stdexcept>
#include <string>
#include <cstddef>

#include <OGRE/Ogre.h>
#include <boost/shared_ptr.hpp>
Expand Down
1 change: 1 addition & 0 deletions Projects/Engine/Header/Helpers/Name.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <map>
#include <cstddef>

namespace RNR
{
Expand Down

0 comments on commit 5d7d5d6

Please sign in to comment.