From ea9cf8c55d59a209f9badc250ea28d2c2b021770 Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Fri, 27 Apr 2012 08:50:57 +0000 Subject: [PATCH] [KMTEST] - Fix GCC build svn path=/trunk/; revision=56435 --- rostests/kmtests/include/kmt_platform.h | 1 + 1 file changed, 1 insertion(+) diff --git a/rostests/kmtests/include/kmt_platform.h b/rostests/kmtests/include/kmt_platform.h index 580a098c452..092c280d383 100644 --- a/rostests/kmtests/include/kmt_platform.h +++ b/rostests/kmtests/include/kmt_platform.h @@ -49,6 +49,7 @@ typedef ULONG LOGICAL, *PLOGICAL; #include #include +#include #include #endif /* !defined _KMTEST_PLATFORM_H_ */