SWDEV-412457 - include assert header in files that use it

Change-Id: Ie1a947e78c4badc5b07b15fefc8aaedacfc7a02c
This commit is contained in:
Jatin Chaudhary
2023-11-23 14:55:52 +00:00
committed by Jatin Jaikishan Chaudhary
parent b8b870328b
commit 8dd9d9df51
4 changed files with 5 additions and 0 deletions
@@ -1,5 +1,7 @@
#include <hip/hip_runtime.h>
#include <cassert>
#include <vector>
#ifdef NDEBUG
#define HIP_ASSERT(x) x
#else