From 34c9b0d30fe157b52b302a71e2ef73ceba86fab0 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 17 Sep 2011 14:13:33 +0000 Subject: =?UTF-8?q?LineAndColumn:=20move=20to=20it's=20own=20header=20and?= =?UTF-8?q?=20add=20operator[+-]=3D=3F?= LineAndColumn is now a template so that WindowCoords and BufferCoords cannot be added together. --- src/buffer.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/buffer.cc') diff --git a/src/buffer.cc b/src/buffer.cc index 1997cf81..2adb1b2c 100644 --- a/src/buffer.cc +++ b/src/buffer.cc @@ -3,6 +3,7 @@ #include "buffer_manager.hh" #include "window.hh" #include "assert.hh" +#include "utils.hh" #include -- cgit v1.2.3