diff options
Diffstat (limited to 'src/generic')
-rw-r--r-- | src/generic/fwd.hpp | 2 | ||||
-rw-r--r-- | src/generic/random.hpp | 4 | ||||
-rw-r--r-- | src/generic/random2.hpp | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/src/generic/fwd.hpp b/src/generic/fwd.hpp index cec6bd4..9c389b1 100644 --- a/src/generic/fwd.hpp +++ b/src/generic/fwd.hpp @@ -33,4 +33,6 @@ template<class K, class V> class DMap; template<class K, class V> class UPMap; + +class InternPool; } // namespace tmwa diff --git a/src/generic/random.hpp b/src/generic/random.hpp index 5d67236..897ad43 100644 --- a/src/generic/random.hpp +++ b/src/generic/random.hpp @@ -18,10 +18,10 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. -#include "fwd.hpp" - #include "random.t.hpp" +#include "fwd.hpp" + #include <random> diff --git a/src/generic/random2.hpp b/src/generic/random2.hpp index 23d165c..3d481f4 100644 --- a/src/generic/random2.hpp +++ b/src/generic/random2.hpp @@ -18,10 +18,10 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. -#include "fwd.hpp" - #include "random.hpp" +#include "fwd.hpp" + #include <algorithm> #include "../compat/iter.hpp" |