#ifndef _RST_H_ #define _RST_H_ #include "arc_factored.h" struct StochasticForest { explicit StochasticForest(const ArcFactoredForest& af); }; #endif