summaryrefslogtreecommitdiff
path: root/x11-toolkits/viewklass/files/patch-Vk::VkCallbackList.h
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-08-02 02:36:11 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-08-02 02:36:11 +0000
commitc2d82a9ad673ccef3c783db5a09b71a1f88036e0 (patch)
tree81e11a9f97e19fded46d8a8934c871e69bec40af /x11-toolkits/viewklass/files/patch-Vk::VkCallbackList.h
parentUpdate to 2.0.36. (diff)
Fix build on gcc-3.3.x
Submitted by: Simon Barner <barner@in.tum.de>
Notes
Notes: svn path=/head/; revision=86172
Diffstat (limited to 'x11-toolkits/viewklass/files/patch-Vk::VkCallbackList.h')
-rw-r--r--x11-toolkits/viewklass/files/patch-Vk::VkCallbackList.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/viewklass/files/patch-Vk::VkCallbackList.h b/x11-toolkits/viewklass/files/patch-Vk::VkCallbackList.h
new file mode 100644
index 000000000000..3e8aaa3b585e
--- /dev/null
+++ b/x11-toolkits/viewklass/files/patch-Vk::VkCallbackList.h
@@ -0,0 +1,12 @@
+--- ./Vk/VkCallbackList.h.orig Wed Jul 23 02:06:54 2003
++++ ./Vk/VkCallbackList.h Wed Jul 23 02:07:15 2003
+@@ -44,6 +44,9 @@
+ #include <Vk/VkComponent.h>
+ #include <Vk/VkCallbackObject.h>
+
++using std::vector;
++using std::string;
++
+ struct VkCallbackListEntry {
+ enum CallbackType type;
+ VkCallbackObject *component;