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