Browse Source

Added #include <memory>, as std::shared_ptr is used within this file

tempestpy_adaptions
gereon 12 years ago
parent
commit
18b6e812a7
  1. 1
      src/ir/expressions/BinaryExpression.h

1
src/ir/expressions/BinaryExpression.h

@ -9,6 +9,7 @@
#define STORM_IR_EXPRESSIONS_BINARYEXPRESSION_H_
#include "BaseExpression.h"
#include <memory>
namespace storm {

Loading…
Cancel
Save