Skip to content

Commit 85e0182

Browse files
committed
Fix accident (lost #include <stdio.h>)
1 parent 4cdecb2 commit 85e0182

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cuda_bindings/cuda/bindings/_bindings/loader.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright 2021-2024 NVIDIA Corporation. All rights reserved.
22
// SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
33

4+
#include <stdio.h>
45
#include <stdlib.h>
56
#include <cstring>
67
#include "loader.h"

0 commit comments

Comments
 (0)