blob: a4a6c784e403ea109064305bb8ffc697c438ae76 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
$FreeBSD$
--- src/python/cvisualmodule.cpp Tue Mar 6 11:45:52 2007
+++ src/python/cvisualmodule.cpp.port Tue Mar 6 11:46:04 2007
@@ -5,6 +5,7 @@
// See the file license.txt for complete license terms.
// See the file authors.txt for a complete list of contributors.
+#include <iostream>
#include <stdexcept>
#include <exception>
|