Fix build error when roctracer-dev package is not installed (#1161)

This commit is contained in:
Wenkai Du
2024-05-01 13:55:09 -07:00
committed by GitHub
parent 4e1b8c1cbb
commit 6f5a8ce1fb
+2
View File
@@ -11,7 +11,9 @@
#include <string.h>
#include <map>
#ifndef ROCTX_NO_IMPL
#include <roctracer/roctx.h>
#endif
#include "nvtx3/nvtx3.hpp"
#include "device.h"