summaryrefslogtreecommitdiff
path: root/include/jvmaccess
diff options
context:
space:
mode:
Diffstat (limited to 'include/jvmaccess')
-rw-r--r--include/jvmaccess/unovirtualmachine.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/jvmaccess/unovirtualmachine.hxx b/include/jvmaccess/unovirtualmachine.hxx
index 7b34b5f71a46..5ff94a784916 100644
--- a/include/jvmaccess/unovirtualmachine.hxx
+++ b/include/jvmaccess/unovirtualmachine.hxx
@@ -21,14 +21,13 @@
#define INCLUDED_JVMACCESS_UNOVIRTUALMACHINE_HXX
#include <jvmaccess/jvmaccessdllapi.h>
+#include <jvmaccess/virtualmachine.hxx>
#include <sal/config.h>
#include <salhelper/simplereferenceobject.hxx>
#include <rtl/ref.hxx>
namespace jvmaccess {
-class VirtualMachine;
-
/** An encapsulating wrapper around a Java virtual machine and an appropriate
UNO class loader.
*/