diff options
Diffstat (limited to 'x11-toolkits/viewklass/files/patch-Vk::VkCallbackList.h')
-rw-r--r-- | x11-toolkits/viewklass/files/patch-Vk::VkCallbackList.h | 12 |
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; |