summaryrefslogtreecommitdiff
path: root/src/gpu-compute/hsa_object.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu-compute/hsa_object.cc')
-rw-r--r--src/gpu-compute/hsa_object.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu-compute/hsa_object.cc b/src/gpu-compute/hsa_object.cc
index e74a45454..ac734a437 100644
--- a/src/gpu-compute/hsa_object.cc
+++ b/src/gpu-compute/hsa_object.cc
@@ -38,7 +38,7 @@
#include <cassert>
#include <fstream>
-#include "base/misc.hh"
+#include "base/logging.hh"
HsaObject::HsaObject(const std::string &fname)
: readonlyData(nullptr), filename(fname)