diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-28 14:47:16 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-28 14:47:16 +0200 |
commit | c32255defacdaac0d10c30e05b53d5e1b6d6aee7 (patch) | |
tree | f34c792fc355d06cd93eab76201ac21d20fd5b4c /automation | |
parent | c24ccfb6a02cef8464baf9bd780834eeb2f10307 (diff) |
Fix windows build of automation
Diffstat (limited to 'automation')
-rw-r--r-- | automation/source/testtool/registry_win.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/automation/source/testtool/registry_win.cxx b/automation/source/testtool/registry_win.cxx index 870f37a53186..1c356359ba52 100644 --- a/automation/source/testtool/registry_win.cxx +++ b/automation/source/testtool/registry_win.cxx @@ -36,6 +36,7 @@ //////////////////////////////////////////////////////////////////////////// +#include <windows.h> #include "registry_win.hxx" #include <osl/thread.h> #include <sal/macros.h> |