#pragma once #include "storm/utility/graph.h" namespace storm { namespace abstraction { template using QualitativeResult = storm::utility::graph::GameProb01Result; } }