summaryrefslogtreecommitdiff
path: root/gcc/unique-ptr-tests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/unique-ptr-tests.cc')
-rw-r--r--gcc/unique-ptr-tests.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/unique-ptr-tests.cc b/gcc/unique-ptr-tests.cc
index f5b72a8c15f..d2756947189 100644
--- a/gcc/unique-ptr-tests.cc
+++ b/gcc/unique-ptr-tests.cc
@@ -18,9 +18,9 @@ along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
#include "config.h"
+#define INCLUDE_UNIQUE_PTR
#include "system.h"
#include "coretypes.h"
-#include "unique-ptr.h"
#include "selftest.h"
#if CHECKING_P