summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-28 12:45:39 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-03-28 14:13:10 +0100
commit35f72e573dfcd5139fbdd793fc54222a6ac64ae0 (patch)
treeaed1b5e5a78a6efbedc4b070b4201e160eb227ec /automation
parentc32255defacdaac0d10c30e05b53d5e1b6d6aee7 (diff)
fix a windows build error
Diffstat (limited to 'automation')
-rw-r--r--automation/source/testtool/registry_win.cxx1
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 )