diff options
Diffstat (limited to 'core/ContextBase.h')
-rw-r--r-- | core/ContextBase.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/ContextBase.h b/core/ContextBase.h index 85095c4..026ab49 100644 --- a/core/ContextBase.h +++ b/core/ContextBase.h @@ -110,6 +110,8 @@ typedef struct double VELOCITY_RANDOM_WALK_SPECTRAL_DENSITY; } loc_sap_cfg_s_type; +using namespace loc_util; + namespace loc_core { class LocAdapterBase; |