freebsd-ports/graphics/libqglviewer/files/patch-VRender-Vector2.cpp
Sergey Matveychuk 79e843bb8a - Fix build on 4.x
PR:		ports/84404
Submitted by:	Ports Fury
2005-08-01 14:49:21 +00:00

10 lines
292 B
C++

--- VRender/Vector2.cpp.orig Thu Jun 30 02:06:00 2005
+++ VRender/Vector2.cpp Tue Jul 5 12:53:56 2005
@@ -44,6 +44,7 @@
*****************************************************************************/
+#include <vector>
#include "Vector2.h"
#include "Vector3.h"
#include "Functions.h"