Add missing include
This commit is contained in:
parent
1f681ec905
commit
322cbb8fec
6
gnu/lib/libg++/include/complex.h
Normal file
6
gnu/lib/libg++/include/complex.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef _complex_h
|
||||
#define _complex_h
|
||||
#define __ATT_complex__
|
||||
#include <Complex.h>
|
||||
typedef class Complex complex;
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user