summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_demangle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_demangle.cpp b/test/test_demangle.cpp
index 1bc17ab..478bbe3 100644
--- a/test/test_demangle.cpp
+++ b/test/test_demangle.cpp
@@ -10,7 +10,7 @@
#include <iostream>
#include <string>
#include <cstdlib>
-#include "cxa_demangle.h"
+#include <cxxabi.h>
#include <cassert>
#include <chrono>