1 //===----------------------------------------------------------------------===//
3 // The LLVM Compiler Infrastructure
5 // This file is dual licensed under the MIT and the University of Illinois Open
6 // Source Licenses. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
10 // test that <bitset> includes <cstddef>, <string>, <stdexcept> and <iosfwd>
14 #ifndef _LIBCPP_CSTDDEF
15 #error <cstddef> has not been included
18 #ifndef _LIBCPP_STRING
19 #error <string> has not been included
22 #ifndef _LIBCPP_STDEXCEPT
23 #error <stdexcept> has not been included
26 #ifndef _LIBCPP_IOSFWD
27 #error <iosfwd> has not been included