Skip to content

Commit

Permalink
BLUGA: Fix maths compile
Browse files Browse the repository at this point in the history
  • Loading branch information
TTENSHII committed Nov 5, 2023
1 parent 8d7ab57 commit bc778c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libs/B-luga-physics/include/B-luga-physics/ECSSystems.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,14 @@

#pragma once

#define _USE_MATH_DEFINES
#include <cmath>
#include <cstddef>
#include <functional>
#include <string>
#include <vector>
#include "B-luga/Maths/Maths.hpp"
#include "nlohmann/json.hpp"
#include "B-luga/Json.hpp"
#include "B-luga-physics/ECSCustomTypes.hpp"
#include "B-luga/Maths/Maths.hpp"
#include "B-luga/Registry.hpp"
#include "B-luga/SystemManagers/SystemManagersDirector.hpp"
#include "B-luga/IPlugin.hpp"
Expand Down

0 comments on commit bc778c7

Please sign in to comment.