diff options
Diffstat (limited to 'ext/sst/gem5.cc')
-rw-r--r-- | ext/sst/gem5.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/sst/gem5.cc b/ext/sst/gem5.cc index a468e3e82..3e66a6ece 100644 --- a/ext/sst/gem5.cc +++ b/ext/sst/gem5.cc @@ -42,9 +42,8 @@ // // For license information, see the LICENSE file in the current directory. -#include <sst_config.h> +#include <core/sst_config.h> #include <Python.h> // Before serialization to prevent spurious warnings -#include <sst/core/serialization.h> #include "gem5.hh" |