blob: 29bb29f4eb96ac9674eaa9f9e468c336227753a0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- Common/OfficeFileFormatChecker2.cpp.orig 2025-03-20 12:22:11.865971513 +0000
+++ Common/OfficeFileFormatChecker2.cpp 2025-03-20 12:26:11.046923974 +0000
@@ -29,6 +29,7 @@
* terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
*
*/
+#include <limits>
#include "OfficeFileFormatChecker.h"
#include "../DesktopEditor/common/Directory.h"
|