diff options
author | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2011-03-30 13:17:45 +0200 |
---|---|---|
committer | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2011-03-30 13:17:45 +0200 |
commit | 5a21dc127aba1a95b40a28e73c08220f80476541 (patch) | |
tree | 3bf6b1f6513f3f6cfe8ccfc0363be232dff0503f /basic | |
parent | 17f6bf991346c40491d80a4a8869871c2d39f3b6 (diff) |
calcvba: missing include
Diffstat (limited to 'basic')
-rwxr-xr-x | basic/source/comp/sbcomp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/comp/sbcomp.cxx b/basic/source/comp/sbcomp.cxx index 49c025a9e0a4..1b3395b70526 100755 --- a/basic/source/comp/sbcomp.cxx +++ b/basic/source/comp/sbcomp.cxx @@ -33,7 +33,7 @@ #include "image.hxx" #include "sbtrace.hxx" #include <basic/sbobjmod.hxx> - +#include <stdio.h> //========================================================================== // Tracing, for debugging only |