diff options
author | Muthu Subramanian <sumuthu@suse.com> | 2012-07-11 14:16:11 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@suse.com> | 2012-07-11 14:17:48 +0530 |
commit | 065596f57690f7dda6dcd00ba7871a335d49c458 (patch) | |
tree | e9621eaf60db7e9e908e6c6eba7b9ea2842f96c8 /vcl/win | |
parent | d1ab1fa5411ac4d1d90d82a02b5a1f01e7e94099 (diff) |
Adding helpers.hxx for FRound()
Diffstat (limited to 'vcl/win')
-rw-r--r-- | vcl/win/source/gdi/salgdi3.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/win/source/gdi/salgdi3.cxx b/vcl/win/source/gdi/salgdi3.cxx index 963ea3afa527..81ad69bb3f13 100644 --- a/vcl/win/source/gdi/salgdi3.cxx +++ b/vcl/win/source/gdi/salgdi3.cxx @@ -56,6 +56,7 @@ #include "tools/poly.hxx" #include "tools/debug.hxx" #include "tools/stream.hxx" +#include "tools/helpers.hxx" #include <vcl/sysdata.hxx> |