[vte] draw: #include <algorithm> for std::max
- From: Ting-Wei Lan <lantw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] draw: #include <algorithm> for std::max
- Date: Sun, 4 Aug 2019 14:45:47 +0000 (UTC)
commit 1ed32f91aaa0f3446a70ef85f6bbb35a52b0c0ad
Author: Ting-Wei Lan <lantw src gnome org>
Date: Wed Jul 10 22:49:11 2019 +0800
draw: #include <algorithm> for std::max
https://gitlab.gnome.org/GNOME/vte/issues/150
src/vtedraw.cc | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/vtedraw.cc b/src/vtedraw.cc
index 3ed269f2..ff21d0db 100644
--- a/src/vtedraw.cc
+++ b/src/vtedraw.cc
@@ -18,6 +18,7 @@
#include "config.h"
+#include <algorithm>
#include <math.h>
#include <stdlib.h>
#include <string.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]