diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-26 10:42:40 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-26 13:03:37 +0000 |
commit | 0aa25403cbbbc1f54d9950ebca903267cb1de436 (patch) | |
tree | 432874a2c91e7cf2b50d2c5a3d9b6f4aa8bfaaa0 /jvmfwk | |
parent | b5d6f6f253115c2d5338e294b80d1f73cbfefbdc (diff) |
fix higher debug level build
Change-Id: Ie61be2bd009b71bbbb7261865d026faf3af706ce
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx b/jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx index 09833e106c89..208ff6852743 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx +++ b/jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx @@ -19,6 +19,7 @@ #include "sunversion.hxx" +#include "osl/diagnose.h" #include "osl/thread.h" #include "osl/process.h" #include "osl/security.hxx" |