diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-01-05 13:32:42 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-01-05 13:32:42 +0100 |
commit | da2d66ce567460806c09ed2d936a98092ee059ff (patch) | |
tree | a3e1ddf98252acb756ea0a1223fadf5195e95cbe /cppu/source | |
parent | 9720e8e5ef49ee56e3612123a52b4a464d5e96ad (diff) |
include
Change-Id: I77d06a70f9c000f800b9b31d3b04aafe77754446
Diffstat (limited to 'cppu/source')
-rw-r--r-- | cppu/source/uno/data.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/uno/data.cxx b/cppu/source/uno/data.cxx index 68c6d87a4389..f90a41c053ca 100644 --- a/cppu/source/uno/data.cxx +++ b/cppu/source/uno/data.cxx @@ -22,8 +22,8 @@ #include <stdio.h> #include "cppu/macros.hxx" - #include "osl/mutex.hxx" +#include "uno/data.h" #include "constr.hxx" #include "destr.hxx" |