diff options
author | Curtis Dunham <Curtis.Dunham@arm.com> | 2016-09-02 14:58:15 +0100 |
---|---|---|
committer | Curtis Dunham <Curtis.Dunham@arm.com> | 2016-09-02 14:58:15 +0100 |
commit | 0da55e5dbc4ac5db97a28ddef008eb0f1d3cd83f (patch) | |
tree | 51ff668c487fd6f2ec3d22981f8bcba7d4673a07 /ext/sst/gem5.hh | |
parent | 5c0a7f98f85ea31ddaa22fcfa7b7f9c86d417e84 (diff) | |
download | gem5-0da55e5dbc4ac5db97a28ddef008eb0f1d3cd83f.tar.xz |
ext: eliminate warnings in SST connector
Now compiles completely clean.
Diffstat (limited to 'ext/sst/gem5.hh')
-rw-r--r-- | ext/sst/gem5.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/sst/gem5.hh b/ext/sst/gem5.hh index f6c487a84..0f1bed88d 100644 --- a/ext/sst/gem5.hh +++ b/ext/sst/gem5.hh @@ -48,8 +48,8 @@ #include <string> #include <vector> -#include <sst/core/component.h> -#include <sst/core/output.h> +#include <core/sst_config.h> +#include <core/component.h> #include <sim/simulate.hh> |