diff options
author | Max Khon <fjoe@FreeBSD.org> | 2013-11-18 14:16:15 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2013-11-18 14:16:15 +0000 |
commit | 4255ed200922769a6f3b4f841657ab16df2094a3 (patch) | |
tree | 6a498aa8ad4423626838fd60314e2e9abf4d4420 /devel/libiqxmlrpc/files/patch-libiqxmlrpc-net_except.h | |
parent | BackupPC::XS implements various BackupPC functions in a perl-callable module. (diff) |
Unbreak clang build.
Obtained from: upstream
Diffstat (limited to 'devel/libiqxmlrpc/files/patch-libiqxmlrpc-net_except.h')
-rw-r--r-- | devel/libiqxmlrpc/files/patch-libiqxmlrpc-net_except.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libiqxmlrpc/files/patch-libiqxmlrpc-net_except.h b/devel/libiqxmlrpc/files/patch-libiqxmlrpc-net_except.h new file mode 100644 index 000000000000..b88fa97499c3 --- /dev/null +++ b/devel/libiqxmlrpc/files/patch-libiqxmlrpc-net_except.h @@ -0,0 +1,10 @@ +--- libiqxmlrpc/net_except.h.orig 2013-11-18 21:01:34.000000000 +0700 ++++ libiqxmlrpc/net_except.h 2013-11-18 21:01:41.000000000 +0700 +@@ -7,6 +7,7 @@ + #include "api_export.h" + + #include <stdexcept> ++#include <string> + + namespace iqnet + { |