mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
13 lines
309 B
Diff
13 lines
309 B
Diff
diff --git a/src/prc/writePRC.h b/src/prc/writePRC.h
|
|
index d0b4e0e..3bc68ea 100644
|
|
--- a/src/prc/writePRC.h
|
|
+++ b/src/prc/writePRC.h
|
|
@@ -31,6 +31,7 @@
|
|
#include "PRC.h"
|
|
#include <float.h>
|
|
#include <math.h>
|
|
+#include <functional>
|
|
|
|
static const uint32_t m1=(uint32_t)-1;
|
|
static const double pi=acos(-1.0);
|