aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vlpp/fix_miss_file.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/vlpp/fix_miss_file.patch')
-rw-r--r--vcpkg/ports/vlpp/fix_miss_file.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/vlpp/fix_miss_file.patch b/vcpkg/ports/vlpp/fix_miss_file.patch
new file mode 100644
index 0000000..0792d43
--- /dev/null
+++ b/vcpkg/ports/vlpp/fix_miss_file.patch
@@ -0,0 +1,24 @@
+diff --git a/Import/VlppReflection.h b/Import/VlppReflection.h
+index 4589f99..85c9c01 100644
+--- a/Import/VlppReflection.h
++++ b/Import/VlppReflection.h
+@@ -5,6 +5,7 @@ DEVELOPER: Zihan Chen(vczh)
+ #include "VlppOS.h"
+ #include "Vlpp.h"
+ #include "VlppRegex.h"
++#include <float.h>
+
+ /***********************************************************************
+ .\DESCRIPTABLEOBJECT.H
+diff --git a/Tools/GacGen/CMakeLists.txt b/Tools/GacGen/CMakeLists.txt
+index f809893..5354e75 100644
+--- a/Tools/GacGen/CMakeLists.txt
++++ b/Tools/GacGen/CMakeLists.txt
+@@ -25,7 +25,6 @@ set(SRCS
+ ../../Release/GacUIReflection.cpp
+ GacGen/GacGen.cpp
+ GacGen/Main.cpp
+- GacGen/NativeController.cpp
+ )
+
+ if (WIN32)