diff -upr libofa-0.9.3/examples/example.cpp build/examples/example.cpp --- libofa-0.9.3/examples/example.cpp 2006-05-11 03:05:37.000000000 +0900 +++ build/examples/example.cpp 2011-09-03 00:54:41.158577915 +0900 @@ -6,7 +6,10 @@ No rights reserved. -------------------------------------------------------------------*/ - +#include +#include +using namespace std; +#include #include "protocol.h" AudioData* loadWaveFile(char *file); diff -upr libofa-0.9.3/examples/protocol.cpp build/examples/protocol.cpp --- libofa-0.9.3/examples/protocol.cpp 2006-05-11 03:05:42.000000000 +0900 +++ build/examples/protocol.cpp 2011-09-03 00:55:52.715406667 +0900 @@ -8,11 +8,11 @@ -------------------------------------------------------------------*/ #include #include -#include +#include #include #include #include -#include +/* #include */ #include using namespace std; diff -upr libofa-0.9.3/lib/JAMA/tnt_math_utils.h build/lib/JAMA/tnt_math_utils.h --- libofa-0.9.3/lib/JAMA/tnt_math_utils.h 2006-05-11 02:58:50.000000000 +0900 +++ build/lib/JAMA/tnt_math_utils.h 2011-09-03 00:33:46.679074287 +0900 @@ -1,6 +1,7 @@ #ifndef MATH_UTILS_H #define MATH_UTILS_H +#include #include /* needed for sqrt() below */ diff -upr libofa-0.9.3/lib/signal_op.cpp build/lib/signal_op.cpp --- libofa-0.9.3/lib/signal_op.cpp 2006-05-11 03:01:12.000000000 +0900 +++ build/lib/signal_op.cpp 2011-09-03 00:34:09.702459708 +0900 @@ -12,6 +12,7 @@ // DATE CREATED: 1/12/06 +#include #include #include "signal_op.h" #include "AFLIB/aflibConverter.h"