no float.h when i build OpenVG reference code

dear all:
i don’t have float.h when i build OpenVG reference code?
there are no this include file in OpenVG reference package,
how can i get it?

float.h is a C standard library header, it should be part of your compiler package. What compiler are you using?

hi Xmas
i use Visual C++6.0

hi Xmas:
i know what happen.
the “Ignore standard include paths” was enable.
i disable it so it OK now.

hi Xmax:
VG reference need OpenGL version glut.h, glu.h or OpenGL ES version glut.h, glu.h?

hi Xmax:
another header file : glext.h?

hi Xmas:
i have silve the build issue, thanks.