From cafee6f81257fa81ee302b5d3ffa82213a0a6a44 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 13 Jan 2021 13:04:04 +0100 Subject: Replace list with vector in most of the API. --- src/exceptions.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/exceptions.h') diff --git a/src/exceptions.h b/src/exceptions.h index 2bb7018..a032252 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2016 Carl Hetherington + Copyright (C) 2014-2021 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,9 +20,10 @@ #ifndef LIBSUB_EXCEPTIONS_H #define LIBSUB_EXCEPTIONS_H +#include #include #include -#include +#include namespace sub { -- cgit v1.2.3