summaryrefslogtreecommitdiff
path: root/user/id3lib/test-expose-proper-stdlib-symbols.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/id3lib/test-expose-proper-stdlib-symbols.patch')
-rw-r--r--user/id3lib/test-expose-proper-stdlib-symbols.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/user/id3lib/test-expose-proper-stdlib-symbols.patch b/user/id3lib/test-expose-proper-stdlib-symbols.patch
new file mode 100644
index 000000000..fbb4d5260
--- /dev/null
+++ b/user/id3lib/test-expose-proper-stdlib-symbols.patch
@@ -0,0 +1,12 @@
+--- id3lib-3.8.3/examples/test_io.cpp.old 2003-03-02 00:23:00.000000000 +0000
++++ id3lib-3.8.3/examples/test_io.cpp 2018-03-25 19:10:54.891043851 +0000
+@@ -11,6 +11,9 @@
+ #include <id3/io_strings.h>
+ #include <id3/utils.h>
+
++using std::cin;
++using std::dec;
++using std::hex;
+ using std::cout;
+ using std::endl;
+ using std::cerr;