diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-04-12 02:50:23 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-04-12 02:50:23 +0200 |
commit | c1490a5ad80d5e6df1b9f8648365ef95d9077580 (patch) | |
tree | 6587a3fbbd8fc19d0e3cf2e644fadd88ddef674b /src | |
parent | 7f80ff9bfc9d20a998a9ecd7edeb17c40ee20a27 (diff) | |
download | solar-c1490a5ad80d5e6df1b9f8648365ef95d9077580.tar solar-c1490a5ad80d5e6df1b9f8648365ef95d9077580.zip |
output: fix generator include
Diffstat (limited to 'src')
-rw-r--r-- | src/output.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output.hpp b/src/output.hpp index 66baf41..a685ec1 100644 --- a/src/output.hpp +++ b/src/output.hpp @@ -26,7 +26,7 @@ #pragma once -#include "generator_slr.hpp" +#include "generator.hpp" #include <cstdio> |