Skip to content

Commit

Permalink
Merge pull request #90 from ihedvall/tiagoporsch-patch-1
Browse files Browse the repository at this point in the history
Add missing `cstdint` include
  • Loading branch information
tiagoporsch committed Jun 25, 2024
2 parents e300448 + 35a6dbb commit 6ec9ebd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mdfviewer/src/util/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
#pragma once
#include <cstdarg>
#include <cstdint>
#include <cstdio>
#include <string>

Expand Down

0 comments on commit 6ec9ebd

Please sign in to comment.