12 lines
339 B
C++
12 lines
339 B
C++
$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>
|
|
|