Skip to content

Commit

Permalink
Fix for build failures due to missing uint8_t (#380)
Browse files Browse the repository at this point in the history
This patch adds an include for `cstdint` to resolve `Error 2` build failures while using the README's build instructions as written.
  • Loading branch information
samipfjo authored Mar 8, 2024
1 parent 9ac3c29 commit 72a2c1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NFIQ2/NFIQ2Algorithm/include/nfiq2_data.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

#include <nfiq2_exception.hpp>

#include <cstdint>
#include <fstream>
#include <string>
#include <vector>
Expand Down

0 comments on commit 72a2c1e

Please sign in to comment.