Skip to content
Snippets Groups Projects
Commit 76540935 authored by Pierre EVEN's avatar Pierre EVEN
Browse files

fixed wrong include added to fix DBL_MAX

parent aa0dbcb2
Branches
No related merge requests found
......@@ -4,7 +4,7 @@
#include "engine/direction.hpp"
#include "engine/engine.hpp"
#include "engine/logger.hpp"
#include <limits>
#include <cfloat>
namespace pm
{
......
......@@ -11,7 +11,7 @@
#include <cassert>
#include <SDL.h>
#include <SDL_surface.h>
#include <limits>
#include <cfloat>
namespace pm
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment