Browse Source

ksp: fix Model declaration

refactoring
Tom Janson 8 years ago
parent
commit
5707b5908a
  1. 4
      src/utility/shortestPaths.cpp

4
src/utility/shortestPaths.cpp

@ -1,6 +1,10 @@
#include "shortestPaths.h"
#include "storm/utility/shortestPaths.h"
// only forward declaring Model leads to pybind compilation error
// this may be avoidable. but including certainly works.
#include "storm/models/sparse/Model.h"
#include <sstream>
#include <string>

Loading…
Cancel
Save