summaryrefslogtreecommitdiff
path: root/games/qonk/patches/patch-ap
blob: a353356b44edca71879fb74dfebd518794b2b0d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ap,v 1.2 2011/12/05 22:45:19 joerg Exp $

--- src/videooptions.cpp.orig	2007-09-14 05:43:03.000000000 +0000
+++ src/videooptions.cpp
@@ -1,9 +1,10 @@
 #include <vector>
 #include <sstream>
+#include <algorithm>
 
 #include <SDL/SDL.h>
 
-#include "guichan/guichan.hpp"
+#include "guichan.hpp"
 
 #include "ui/menuaction.h"