uricamic / flandmark

Open-source implementation of facial landmark detector
http://cmp.felk.cvut.cz/~uricamic/flandmark/
GNU General Public License v3.0
228 stars 151 forks source link

MSVC compatibility, missing stdint.h #3

Closed sthalik closed 11 years ago

sthalik commented 11 years ago

Hey, thanks for this excellent library!

Have to use MSVC due to lack of proper COFF LTO support in any version of binutils.

Attached patch allows for clean compilation under MSVC of the base library.

uricamic commented 11 years ago

Thanks, I have completely forgotten that I have copied stdint.h into my MSVC include dir :)