Skip to content

Commit

Permalink
Modernize code (clang-tidy check modernize-deprecated-headers)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Apr 5, 2019
1 parent 20d5eed commit d35a6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textord/imagefind.h
Expand Up @@ -22,7 +22,7 @@

#include "debugpixa.h"

#include <stdint.h>
#include <cstdint>

struct Boxa;
struct Pix;
Expand Down

0 comments on commit d35a6f2

Please sign in to comment.