mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
22 lines
473 B
Plaintext
22 lines
473 B
Plaintext
From 5ac8d968c0f016d61d64fe0884f6ad6b69707b21 Mon Sep 17 00:00:00 2001
|
|
From: Jerome Duval <jerome.duval@gmail.com>
|
|
Date: Sat, 24 Nov 2018 15:55:31 +0100
|
|
Subject: include algorithm for std::max.
|
|
|
|
|
|
diff --git a/OutputView.cpp b/OutputView.cpp
|
|
index 109d7ab..218b096 100644
|
|
--- a/OutputView.cpp
|
|
+++ b/OutputView.cpp
|
|
@@ -31,6 +31,7 @@
|
|
#include <TextControl.h>
|
|
#include <Window.h>
|
|
|
|
+#include <algorithm>
|
|
#include <cstdio>
|
|
#include <cstdlib>
|
|
#include <cstring>
|
|
--
|
|
2.19.1
|
|
|