Merge "Fix include to be file-relative."
am: e8658b3022
Change-Id: I6eb9aee12056817ee656cc54b0e36ac07fe415fe
This commit is contained in:
commit
e7c0abea6b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
// libc++ actively gets in the way of including <complex.h> from C++, so we
|
||||
// have to be naughty.
|
||||
#include <../libc/include/complex.h>
|
||||
#include "../libc/include/complex.h"
|
||||
|
||||
// (libc++ also seems to have really bad implementations of its own that ignore
|
||||
// the intricacies of floating point math.)
|
||||
|
|
Loading…
Reference in a new issue