diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-04-09 20:05:40 +0200 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-04-09 20:05:40 +0200 |
| commit | 270e950cf1e590975e9b273da849a08d6a4f50bb (patch) | |
| tree | a4e05a6d6c102b0367f7480f193bd3237f628765 /src/exception.cc | |
| parent | 5adee4a6a7e63aed3fac3cd8c9456d2ee1cd06a1 (diff) | |
sort includes directives
Diffstat (limited to 'src/exception.cc')
| -rw-r--r-- | src/exception.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exception.cc b/src/exception.cc index 9bd8f6a2..7f378b6c 100644 --- a/src/exception.cc +++ b/src/exception.cc @@ -1,6 +1,7 @@ #include "exception.hh" #include "string.hh" + #include <typeinfo> namespace Kakoune |
