vcpkg/ports/vxl/fix_limits.patch
jim wang 76d9952e00
[vxl] Fix missing header files (#35875)
* add header file

* update version
2023-12-27 23:53:45 -08:00

13 lines
290 B
Diff

diff --git a/core/vnl/vnl_bignum.cxx b/core/vnl/vnl_bignum.cxx
index b615a9b..741bd43 100644
--- a/core/vnl/vnl_bignum.cxx
+++ b/core/vnl/vnl_bignum.cxx
@@ -6,6 +6,7 @@
#include <algorithm>
#include <vector>
#include <iostream>
+#include <limits>
#include "vnl_bignum.h"
//:
// \file