blob: 5719b296b015423589a35cd2e7ebd715221ef846 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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"
|