diff options
author | Patrick Simianer <p@simianer.de> | 2015-01-14 19:14:06 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-01-14 19:14:06 +0100 |
commit | 02f4420f4d63708ca912e0e095dcfa528bf848dc (patch) | |
tree | e72b923b910594f3e0071b2603c6aa8b013f7202 /src/hypergraph.hh | |
parent | a1eea9655deea9a563a2ee13c82cd4545e182c7d (diff) |
small changes
Diffstat (limited to 'src/hypergraph.hh')
-rw-r--r-- | src/hypergraph.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hypergraph.hh b/src/hypergraph.hh index 8e05e9f..d1217a5 100644 --- a/src/hypergraph.hh +++ b/src/hypergraph.hh @@ -1,6 +1,7 @@ #pragma once #include <algorithm> +#include <cassert> #include <fstream> #include <functional> #include <iostream> |