Add missing <algorithm> header for std::sort().

This commit is contained in:
Egor Pugin 2024-11-23 00:03:42 +03:00
parent 1526cf16fb
commit b3e0c8e3a0
3 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include "lsterr.h"
#include "serialis.h"
#include <algorithm>
#include <cstdio>
namespace tesseract {

View File

@ -22,6 +22,7 @@
#include "lsterr.h"
#include "serialis.h"
#include <algorithm>
#include <cstdio>
namespace tesseract {

View File

@ -22,6 +22,7 @@
#include "lsterr.h"
#include "serialis.h"
#include <algorithm>
#include <cstdio>
namespace tesseract {