Skip to content

Commit

Permalink
fixing header file define
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale committed Jul 28, 2023
1 parent d59fb64 commit 748f429
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
//
//@HEADER

#ifndef _H_KOKKOSP_KERNEL_NVPROF_CONNECTOR_INFO
#define _H_KOKKOSP_KERNEL_NVPROF_CONNECTOR_INFO

#ifndef KOKKOSP_NVTX_FOCUSED_CONNECTOR_H
#define KOKKOSP_NVTX_FOCUSED_CONNECTOR_H

#include <stdio.h>
#include <sys/time.h>
Expand Down

0 comments on commit 748f429

Please sign in to comment.