mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
786835fc3e
PR: ports/63004 Submitted by: Ports Fury
13 lines
246 B
C++
13 lines
246 B
C++
--- base/src/properties.cpp.orig Wed Nov 12 04:59:07 2003
|
|
+++ base/src/properties.cpp Mon Feb 16 11:51:23 2004
|
|
@@ -29,7 +29,9 @@
|
|
#endif
|
|
|
|
|
|
+#if HAVE_STDINT_H
|
|
#include <stdint.h>
|
|
+#endif
|
|
// #include <map>
|
|
#include <vector>
|
|
#include <string>
|