diff options
Diffstat (limited to 'src/core/inventory.cc')
-rw-r--r-- | src/core/inventory.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/inventory.cc b/src/core/inventory.cc index c10e1c6..645ddf8 100644 --- a/src/core/inventory.cc +++ b/src/core/inventory.cc @@ -4,6 +4,8 @@ the terms of the GNU General Public License version 2 */ +#include <cassert> + #include "core/application.h" #include "core/inventory.h" #include "sys/sys.h" |