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 | 0136211dab62a61ee692751ff9bada39e8fbc98b (patch) | |
tree | d73f890b39d42670cd056d72d1a1c0edeb5b8e79 | |
parent | dfd33d776b09560708fd729e9909cfc9722d39ce (diff) |
Fix windows build of 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 c0fa59f5b..4feeaed23 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> |