summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/internal/routines/level2/xger.h1
-rw-r--r--include/internal/routines/level2/xher.h1
-rw-r--r--include/internal/routines/level2/xher2.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/include/internal/routines/level2/xger.h b/include/internal/routines/level2/xger.h
index 5ace9da6..1d5c64bd 100644
--- a/include/internal/routines/level2/xger.h
+++ b/include/internal/routines/level2/xger.h
@@ -29,6 +29,7 @@ class Xger: public Routine<T> {
using Routine<T>::source_string_;
using Routine<T>::queue_;
using Routine<T>::event_;
+ using Routine<T>::context_;
using Routine<T>::GetProgramFromCache;
using Routine<T>::TestVectorX;
using Routine<T>::TestVectorY;
diff --git a/include/internal/routines/level2/xher.h b/include/internal/routines/level2/xher.h
index 861ba302..ebd20ee8 100644
--- a/include/internal/routines/level2/xher.h
+++ b/include/internal/routines/level2/xher.h
@@ -29,6 +29,7 @@ class Xher: public Routine<T> {
using Routine<T>::source_string_;
using Routine<T>::queue_;
using Routine<T>::event_;
+ using Routine<T>::context_;
using Routine<T>::GetProgramFromCache;
using Routine<T>::TestVectorX;
using Routine<T>::TestMatrixA;
diff --git a/include/internal/routines/level2/xher2.h b/include/internal/routines/level2/xher2.h
index 9a23199e..a33a71c3 100644
--- a/include/internal/routines/level2/xher2.h
+++ b/include/internal/routines/level2/xher2.h
@@ -29,6 +29,7 @@ class Xher2: public Routine<T> {
using Routine<T>::source_string_;
using Routine<T>::queue_;
using Routine<T>::event_;
+ using Routine<T>::context_;
using Routine<T>::GetProgramFromCache;
using Routine<T>::TestVectorX;
using Routine<T>::TestVectorY;