diff options
author | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-10-15 11:55:10 +1100 |
---|---|---|
committer | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-10-15 11:55:10 +1100 |
commit | c4626a62754862d20b41e8a46a3574264ea80e6d (patch) | |
tree | c415032eb29194a019142e02a26e8004cfa0c305 /impl/Complete.hpp | |
parent | a7c69ec12aec23036bfdb6447e7c38b001a40f3d (diff) |
... Assert needs some includes.
Diffstat (limited to 'impl/Complete.hpp')
-rw-r--r-- | impl/Complete.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/impl/Complete.hpp b/impl/Complete.hpp index 9acb9d0..8c5559a 100644 --- a/impl/Complete.hpp +++ b/impl/Complete.hpp @@ -1,6 +1,7 @@ #ifndef COMPLETE_HPP #define COMPLETE_HPP +#include <cassert> #include <ostream> #include <istream> |