From ca254d15fabf749a189c9b3e508d7b7710555032 Mon Sep 17 00:00:00 2001
From: thorstenhater <24411438+thorstenhater@users.noreply.github.com>
Date: Tue, 29 Jun 2021 15:46:50 +0200
Subject: [PATCH] Fix GPU compile. (#1601)
---
test/unit/test_mc_cell_group_gpu.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/unit/test_mc_cell_group_gpu.cpp b/test/unit/test_mc_cell_group_gpu.cpp
index 4640b02f..1170c80b 100644
--- a/test/unit/test_mc_cell_group_gpu.cpp
+++ b/test/unit/test_mc_cell_group_gpu.cpp
@@ -1,7 +1,7 @@
#include "../gtest.h"
#include <arbor/common_types.hpp>
-#include <arbor/string_literals.hpp>
+#include <arborio/label_parse.hpp>
#include <arborenv/gpu_env.hpp>
#include "epoch.hpp"
@@ -13,7 +13,7 @@
#include "../simple_recipes.hpp"
using namespace arb;
-using namespace arb::literals;
+using namespace arborio::literals;
namespace {
fvm_lowered_cell_ptr lowered_cell() {
--
GitLab