aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/fileconfigmanager/fileconfigmanager_test.cpp
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@vespa.ai>2023-10-31 16:32:58 +0000
committerTor Brede Vekterli <vekterli@vespa.ai>2023-11-01 10:01:33 +0000
commitfba51caeea9e670dc0ba3fba93d6452105ce4c36 (patch)
tree342c9780d66d20c5c083abe3dd7dd1bcfaa53109 /searchcore/src/tests/proton/documentdb/fileconfigmanager/fileconfigmanager_test.cpp
parent5f56954b95d9c0201d33373a35d1172b50c994cd (diff)
Move `HwInfo` from `proton` namespace to `vespalib`
This is information that is valuable to many different components, not just the search core internals.
Diffstat (limited to 'searchcore/src/tests/proton/documentdb/fileconfigmanager/fileconfigmanager_test.cpp')
-rw-r--r--searchcore/src/tests/proton/documentdb/fileconfigmanager/fileconfigmanager_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/tests/proton/documentdb/fileconfigmanager/fileconfigmanager_test.cpp b/searchcore/src/tests/proton/documentdb/fileconfigmanager/fileconfigmanager_test.cpp
index b8d7603a36f..818757d6109 100644
--- a/searchcore/src/tests/proton/documentdb/fileconfigmanager/fileconfigmanager_test.cpp
+++ b/searchcore/src/tests/proton/documentdb/fileconfigmanager/fileconfigmanager_test.cpp
@@ -37,6 +37,7 @@ using search::fef::RankingExpressions;
using DBCM = DocumentDBConfigHelper;
using DocumenttypesConfigSP = DocumentDBConfig::DocumenttypesConfigSP;
using vespalib::nbostream;
+using vespalib::HwInfo;
vespalib::string myId("myconfigid");