commit 075ae38ec93aee2e2ad5c7234d62e97167838671
Author: Yuriy Skalko <[email protected]>
Date:   Sun Nov 29 10:48:06 2020 +0200

    Use correct std header
---
 src/support/checksum.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/support/checksum.cpp b/src/support/checksum.cpp
index 151b533..79ef955 100644
--- a/src/support/checksum.cpp
+++ b/src/support/checksum.cpp
@@ -11,7 +11,7 @@
 
 #include "support/checksum.h"
 #include "boost/crc.hpp"
-#include <iterator>
+#include <algorithm>
 
 namespace lyx {
 
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to