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

11 lines
310 B
C++

--- VRender/BSPSortMethod.cpp.orig Thu Jun 30 02:06:00 2005
+++ VRender/BSPSortMethod.cpp Tue Jul 5 12:42:55 2005
@@ -44,6 +44,8 @@
*****************************************************************************/
+#include <stdio.h>
+
#include "VRender.h"
#include "Primitive.h"
#include "SortMethod.h"