diff options
Diffstat (limited to 'graphics/libqglviewer/files/patch-VRender-Vector3.cpp')
-rw-r--r-- | graphics/libqglviewer/files/patch-VRender-Vector3.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/libqglviewer/files/patch-VRender-Vector3.cpp b/graphics/libqglviewer/files/patch-VRender-Vector3.cpp new file mode 100644 index 0000000..7d0b2d9 --- /dev/null +++ b/graphics/libqglviewer/files/patch-VRender-Vector3.cpp @@ -0,0 +1,10 @@ +--- VRender/Vector3.cpp.orig Thu Jun 30 02:06:00 2005 ++++ VRender/Vector3.cpp Tue Jul 5 12:53:29 2005 +@@ -45,6 +45,7 @@ + *****************************************************************************/ + + #include <iostream> ++#include <vector> + #include "Vector3.h" + #include "NVector3.h" + #include "Functions.h" |