Skip to content

Commit

Permalink
add missing *int*_t declarations to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomka Benedek authored and kraiskil committed Apr 9, 2024
1 parent 316b67b commit 2c32c1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/options.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#pragma once
#include <map>
#include <string>
#include <stdint.h>

struct onnx2c_opts
{
Expand Down

0 comments on commit 2c32c1e

Please sign in to comment.