aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/demangle.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/src/demangle.cc')
-rw-r--r--libstdc++-v3/src/demangle.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/src/demangle.cc b/libstdc++-v3/src/demangle.cc
index fc5672bb0ed..58c076785e5 100644
--- a/libstdc++-v3/src/demangle.cc
+++ b/libstdc++-v3/src/demangle.cc
@@ -28,8 +28,8 @@
// invalidate any other reasons why the executable file might be covered by
// the GNU General Public License.
-#include <cxxabi.h>
#include <bits/demangle.h>
+#include <cxxabi.h>
// __cxa_demangle
//