aboutsummaryrefslogtreecommitdiff
path: root/comms/fllog/files/patch-src_include_base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'comms/fllog/files/patch-src_include_base64.h')
-rw-r--r--comms/fllog/files/patch-src_include_base64.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/fllog/files/patch-src_include_base64.h b/comms/fllog/files/patch-src_include_base64.h
new file mode 100644
index 000000000000..821847a9f992
--- /dev/null
+++ b/comms/fllog/files/patch-src_include_base64.h
@@ -0,0 +1,10 @@
+--- src/include/base64.h.orig 2014-04-11 13:41:47.000000000 -0700
++++ src/include/base64.h 2014-04-11 13:41:56.000000000 -0700
+@@ -10,6 +10,7 @@
+ #define __BASE64_H_INCLUDED__ 1
+
+ #include <iterator>
++#include <ios>
+
+ static
+ int _base64Chars[]= {'A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z',