From 209d6a0fcca942a0168eb10ca3ab8f5f0d2ba9be Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 8 Apr 2013 13:36:51 +0200 Subject: Missing #includes ...once cppumaker would no longer needlessly emit #includes for optional interface bases to .hdl/.hpp files. Change-Id: Icbcfbf64c33be50652c5611a4962111fa8d13c05 --- package/source/xstor/ohierarchyholder.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package') diff --git a/package/source/xstor/ohierarchyholder.cxx b/package/source/xstor/ohierarchyholder.cxx index ae4eecdc9037..d4ef19be57d7 100644 --- a/package/source/xstor/ohierarchyholder.cxx +++ b/package/source/xstor/ohierarchyholder.cxx @@ -20,6 +20,8 @@ #include #include #include +#include +#include #include #include "ohierarchyholder.hxx" -- cgit