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

added missing include for DBL_MAX with GCCon turing

parent 1e9bd15b
Branches
No related merge requests found
......@@ -4,6 +4,7 @@
#include "engine/direction.hpp"
#include "engine/engine.hpp"
#include "engine/logger.hpp"
#include <limits>
namespace pm
{
......
......@@ -11,6 +11,7 @@
#include <cassert>
#include <SDL.h>
#include <SDL_surface.h>
#include <limits>
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