Browse Source

Added missing header.

Former-commit-id: 30d5444d23
tempestpy_adaptions
dehnert 10 years ago
parent
commit
894c3bb497
  1. 2
      src/storage/StateBlock.h

2
src/storage/StateBlock.h

@ -1,6 +1,8 @@
#ifndef STORM_STORAGE_BLOCK_H_ #ifndef STORM_STORAGE_BLOCK_H_
#define STORM_STORAGE_BLOCK_H_ #define STORM_STORAGE_BLOCK_H_
#include <ostream>
#include <boost/container/flat_set.hpp> #include <boost/container/flat_set.hpp>
#include <boost/container/container_fwd.hpp> #include <boost/container/container_fwd.hpp>

Loading…
Cancel
Save