Skip to content

Commit

Permalink
+ fix build failure with gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Feb 29, 2016
1 parent 9139ab3 commit 2710d27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Mod/Inspection/Gui/VisualInspection.cpp
Expand Up @@ -22,6 +22,9 @@


#include "PreCompiled.h"
#ifndef _PreComp_
# include <cfloat>
#endif
#include "VisualInspection.h"
#include "ui_VisualInspection.h"

Expand Down

0 comments on commit 2710d27

Please sign in to comment.