Skip to content

Commit

Permalink
Merge pull request #225 from mattysmith22/bugfix-uint32_t-error
Browse files Browse the repository at this point in the history
Add header file required to prevent missing uint32_t error on clang
  • Loading branch information
X39 authored Oct 29, 2024
2 parents 55349de + cec361a commit ea66b8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parser/pbo/parsepbo.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once
#include <stdint.h>
#include <array>
#include <vector>
#include <string>
Expand Down

0 comments on commit ea66b8a

Please sign in to comment.