diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2011-09-09 19:24:18 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2011-09-09 19:24:18 +0000 |
| commit | 030c5caf0a92c03ec2afca677483044de3bbef56 (patch) | |
| tree | 055c2ac245445c338ed94321bb56d4154d02dbd8 /src/file.cc | |
| parent | 3caf96211085254ab3c42a59ce2c80a4ade3d2d8 (diff) | |
assert: custom implementation
Diffstat (limited to 'src/file.cc')
| -rw-r--r-- | src/file.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/file.cc b/src/file.cc index a7907897..8636422c 100644 --- a/src/file.cc +++ b/src/file.cc @@ -2,12 +2,13 @@ #include "buffer.hh" #include "buffer_manager.hh" +#include "assert.hh" #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <cstring> -#include <cassert> + namespace Kakoune { |
