diff options
-rw-r--r-- | comphelper/source/property/property.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/property/property.cxx b/comphelper/source/property/property.cxx index 17949b9889dd..0ccc28d4238b 100644 --- a/comphelper/source/property/property.cxx +++ b/comphelper/source/property/property.cxx @@ -42,7 +42,7 @@ #include <cppuhelper/exc_hlp.hxx> #include <osl/thread.h> #include <com/sun/star/lang/XServiceInfo.hpp> - #include <typeinfo.h> + #include <typeinfo> #endif #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> |