From c60745911ac74d6f22fc48b5ebd8e2881e6cd0f3 Mon Sep 17 00:00:00 2001 From: hjk <qtc-committer@nokia.com> Date: Tue, 8 Jun 2010 09:37:26 +0200 Subject: [PATCH] debugger: make the manual test compile with llvm --- tests/manual/gdbdebugger/simple/app.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/manual/gdbdebugger/simple/app.cpp b/tests/manual/gdbdebugger/simple/app.cpp index aca2f215997..c1d8742cc23 100644 --- a/tests/manual/gdbdebugger/simple/app.cpp +++ b/tests/manual/gdbdebugger/simple/app.cpp @@ -73,7 +73,7 @@ #include <string> #include <vector> -#if defined(__GNUC__) +#if defined(__GNUC__) && !defined(__llvm__) # define USE_GCC_EXT 1 # include <hash_set> #endif -- GitLab