commit | 88879d19ea9ddd79ea3ba4d0cfaeef6402320eed | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Aug 09 23:42:35 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Aug 09 23:42:35 2017 +0000 |
tree | c6095b7cfbe3a3295c02cc84d9bfaa5d2fb3b965 | |
parent | e8658b30226664f4db39a309f4cd9ac6f383bd79 [diff] | |
parent | c2223f746c7342945a6bf80b1b635250d53746a1 [diff] |
Merge "Track tinyxml2 API change."
diff --git a/tests/complex_test.cpp b/tests/complex_test.cpp index f18fac5..3a5ef74 100644 --- a/tests/complex_test.cpp +++ b/tests/complex_test.cpp
@@ -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.)