Skip to content

Commit

Permalink
Fix build with GCC 13
Browse files Browse the repository at this point in the history
Build was failing with:
  src/translation_document.h:46:14: error: ‘uint8_t’ in namespace ‘std’ does not name a type;
  • Loading branch information
reinerh committed Jun 14, 2023
1 parent bf78e46 commit 99edf38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/translation_document.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <memory>
#include <string>
#include <vector>
#include <cstdint>

#include "translation_plural_evaluator.h"

Expand Down

0 comments on commit 99edf38

Please sign in to comment.