mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
7 lines
92 B
C
7 lines
92 B
C
#ifndef LIBAXX_COMPLEX
|
|
#define LIBAXX_COMPLEX
|
|
|
|
#include "external/libcxx/complex.h"
|
|
|
|
#endif
|