fix: header import cstdint

Signed-off-by: Onuralp SEZER <thunderbirdtr@fedoraproject.org>
This commit is contained in:
Onuralp SEZER 2023-03-19 23:18:20 +03:00
parent 6dc2f3e58e
commit 569a70671b
No known key found for this signature in database
GPG key ID: 44887BE9A1D41395

View file

@ -20,6 +20,7 @@
#include <nan.h>
#include <string>
#include <vector>
#include <cstdint>
namespace Drivelist {