Skip to content

Commit

Permalink
Merge pull request #102 from DengkeDu/fix-build-error-v2
Browse files Browse the repository at this point in the history
aktualizr: fix build error 'uint8_t' does not name a type [V2]
  • Loading branch information
pattivacek authored Jul 14, 2023
2 parents 60e2ffb + 05b1af5 commit b2ee72e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libaktualizr-posix/asn1/asn1-cer.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef ASN1_CER_H
#define ASN1_CER_H

#include <cstdint>
#include <stdexcept>
#include <string>

Expand Down

0 comments on commit b2ee72e

Please sign in to comment.