Skip to content

Commit

Permalink
Add missing <algorithm> header for std::sort().
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin committed Nov 22, 2024
1 parent 1526cf1 commit b3e0c8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ccutil/clst.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "lsterr.h"
#include "serialis.h"

#include <algorithm>
#include <cstdio>

namespace tesseract {
Expand Down
1 change: 1 addition & 0 deletions src/ccutil/elst.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "lsterr.h"
#include "serialis.h"

#include <algorithm>
#include <cstdio>

namespace tesseract {
Expand Down
1 change: 1 addition & 0 deletions src/ccutil/elst2.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "lsterr.h"
#include "serialis.h"

#include <algorithm>
#include <cstdio>

namespace tesseract {
Expand Down

0 comments on commit b3e0c8e

Please sign in to comment.