diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-03-28 12:45:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-28 14:13:10 +0100 |
commit | 35f72e573dfcd5139fbdd793fc54222a6ac64ae0 (patch) | |
tree | aed1b5e5a78a6efbedc4b070b4201e160eb227ec /automation/source/testtool | |
parent | c32255defacdaac0d10c30e05b53d5e1b6d6aee7 (diff) |
fix a windows build error
Diffstat (limited to 'automation/source/testtool')
-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 1c356359ba52..aa423b460267 100644 --- a/automation/source/testtool/registry_win.cxx +++ b/automation/source/testtool/registry_win.cxx @@ -40,6 +40,7 @@ #include "registry_win.hxx" #include <osl/thread.h> #include <sal/macros.h> +#include <windows.h> String ReadRegistry( String aKey, String aValueName ) |