$OpenBSD: patch-prog_aspell_cpp,v 1.1 2017/04/17 21:19:22 sthen Exp $

fix with clang; from https://svnweb.freebsd.org/ports?view=revision&revision=343830

should be obsoleted by upstream patch targetted for 0.60.7
https://github.com/GNUAspell/aspell/commit/502e8f99a9c7c63344f5acdcb96ddecd30ee32f1

--- prog/aspell.cpp.orig	Mon Jul  4 10:13:58 2011
+++ prog/aspell.cpp	Mon Apr 17 22:06:01 2017
@@ -25,6 +25,7 @@
 # include <langinfo.h>
 #endif
 
+#include "errors.hpp"
 #include "aspell.h"
 
 #ifdef USE_FILE_INO
@@ -40,7 +41,6 @@
 #include "convert.hpp"
 #include "document_checker.hpp"
 #include "enumeration.hpp"
-#include "errors.hpp"
 #include "file_util.hpp"
 #include "fstream.hpp"
 #include "info.hpp"
