From 95d5b99df66950b843bb166c8bfed7bfdf4b7608 Mon Sep 17 00:00:00 2001 From: andreika-git Date: Thu, 22 Jun 2017 20:26:12 +0300 Subject: [PATCH] simulator fix (FLT_MAX) (#447) --- simulator/simulator/global.h | 1 + 1 file changed, 1 insertion(+) diff --git a/simulator/simulator/global.h b/simulator/simulator/global.h index b9ee374466..de233d651a 100644 --- a/simulator/simulator/global.h +++ b/simulator/simulator/global.h @@ -5,6 +5,7 @@ #include #include #include +#include #include "efifeatures.h"