summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/testcase/tstUtf8.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2018-12-23 16:38:11 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2018-12-23 16:38:11 +0000
commit3f0387589b2dd27eef100af6134faff401806ec2 (patch)
tree7282f208fc87fc4c482c32a11458691326265c6a /src/VBox/Runtime/testcase/tstUtf8.cpp
parent50df1b182b59f5f3d4b592bfa61bb734083c892c (diff)
downloadVirtualBox-svn-3f0387589b2dd27eef100af6134faff401806ec2.tar.gz
iprt/string.h: Dropped including utf16.h and let those who need it include it themselves. bugref:9344
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@76408 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Runtime/testcase/tstUtf8.cpp')
-rw-r--r--src/VBox/Runtime/testcase/tstUtf8.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/VBox/Runtime/testcase/tstUtf8.cpp b/src/VBox/Runtime/testcase/tstUtf8.cpp
index 58364c6e587..91e84530e5e 100644
--- a/src/VBox/Runtime/testcase/tstUtf8.cpp
+++ b/src/VBox/Runtime/testcase/tstUtf8.cpp
@@ -30,6 +30,7 @@
*********************************************************************************************************************************/
#include <iprt/string.h>
#include <iprt/latin1.h>
+#include <iprt/utf16.h>
#include <iprt/alloc.h>
#include <iprt/assert.h>