diff options
author | Damjan Jovanovic <damjan@apache.org> | 2015-08-13 16:23:54 +0000 |
---|---|---|
committer | Damjan Jovanovic <damjan@apache.org> | 2015-08-13 16:23:54 +0000 |
commit | d4fef0af14f41826a7ed4e09472ebac205c016a5 (patch) | |
tree | d6496e7ed19acb2a5be2063de167389f1faaa5de | |
parent | d0b7d2a311e6e5efe71462e1a2bda845897d58d5 (diff) |
Fix a compilation failure caused by missing include when debugging is enabled.
Notes
Notes:
ignore: obsolete
-rw-r--r-- | bridges/source/cpp_uno/gcc3_freebsd_x86-64/uno2cpp.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bridges/source/cpp_uno/gcc3_freebsd_x86-64/uno2cpp.cxx b/bridges/source/cpp_uno/gcc3_freebsd_x86-64/uno2cpp.cxx index c0f619f8330f..331ea5db7aeb 100644 --- a/bridges/source/cpp_uno/gcc3_freebsd_x86-64/uno2cpp.cxx +++ b/bridges/source/cpp_uno/gcc3_freebsd_x86-64/uno2cpp.cxx @@ -28,6 +28,7 @@ #include <exception> #include <cstddef> #include <cxxabi.h> +#include <stdio.h> #include <stdlib.h> #include <string.h> |