diff options
Diffstat (limited to 'libcxx/include/complex.h')
-rw-r--r-- | libcxx/include/complex.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/libcxx/include/complex.h b/libcxx/include/complex.h new file mode 100644 index 00000000000..cca9af778a8 --- /dev/null +++ b/libcxx/include/complex.h @@ -0,0 +1,25 @@ +// -*- C++ -*- +//===--------------------------- complex.h --------------------------------===// +// +// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +#ifndef _LIBCPP_COMPLEX_H +#define _LIBCPP_COMPLEX_H + +/* + complex.h synopsis + +#include <ccomplex> + +*/ + +#include <ccomplex> + +#pragma GCC system_header + +#endif // _LIBCPP_COMPLEX_H |