Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
fix #6 missing include <cstdint> in pcsc-mock.hpp (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
antirais authored Jun 5, 2023
1 parent efd96d6 commit 488cb42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/pcsc-mock/pcsc-mock.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <map>
#include <vector>
#include <stdexcept>
#include <stdint.h>

#ifdef _WIN32
using MOCK_LONG = int32_t;
Expand Down

0 comments on commit 488cb42

Please sign in to comment.