[LyX/master] <map> ParagraphMetrics.h -> TextMetrics.h

Pavel Sanda sanda at lyx.org
Wed Oct 14 10:47:42 UTC 2020


commit 10fafd3bfec5e14e9f317cad0a05cb572dc29387
Author: Pavel Sanda <sanda at lyx.org>
Date:   Wed Oct 14 13:14:58 2020 +0200

    <map> ParagraphMetrics.h -> TextMetrics.h
---
 src/ParagraphMetrics.h |    1 -
 src/TextMetrics.h      |    2 ++
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/ParagraphMetrics.h b/src/ParagraphMetrics.h
index 17d68b5..2e57f83 100644
--- a/src/ParagraphMetrics.h
+++ b/src/ParagraphMetrics.h
@@ -20,7 +20,6 @@
 #include "Dimension.h"
 #include "Row.h"
 
-#include <map>
 #include <vector>
 
 namespace lyx {
diff --git a/src/TextMetrics.h b/src/TextMetrics.h
index 20e0dfb..9e887f3 100644
--- a/src/TextMetrics.h
+++ b/src/TextMetrics.h
@@ -21,6 +21,8 @@
 
 #include "support/types.h"
 
+#include <map>
+
 namespace lyx {
 
 class BufferView;


More information about the lyx-cvs mailing list