freebsd-ports/graphics/libqglviewer/files/patch-VRender-Vector3.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
312 B
C++

--- 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"