diff --git a/SWIG/Examples/java/multimap/example.c b/SWIG/Examples/java/multimap/example.c index 3f44e2daa..b8360fa8a 100644 --- a/SWIG/Examples/java/multimap/example.c +++ b/SWIG/Examples/java/multimap/example.c @@ -1,6 +1,7 @@ /* File : example.c */ #include #include +#include /* Compute the greatest common divisor of positive integers */ int gcd(int x, int y) {