simulator fix (FLT_MAX) (#447)

This commit is contained in:
andreika-git 2017-06-22 20:26:12 +03:00 committed by rusefi
parent 399aad8253
commit 95d5b99df6
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <hal.h>
#include <time.h>
#include <math.h>
#include <float.h>
#include "efifeatures.h"