mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 05:19:16 -04:00
11 lines
310 B
C++
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"
|