mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 08:21:05 -05:00
7 lines
137 B
Text
7 lines
137 B
Text
|
|
// -*- C++ -*- forwarding header.
|
||
|
|
// This file is part of the GNU ANSI C++ Library.
|
||
|
|
|
||
|
|
#ifndef __COMPLEX__
|
||
|
|
#include <std/complex.h>
|
||
|
|
#endif
|