Skip to content

Commit 6cbb831

Browse files
committed
Include stdint.h to resolve vscode errors.
1 parent f82f5e7 commit 6cbb831

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

csrc/flash_attn/src/exception.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#pragma once
22

33
#include <stdlib.h>
4+
#include <stdint.h>
45
#include <string>
56
#include <stdio.h>
67

0 commit comments

Comments
 (0)