diff options
Diffstat (limited to 'src/gpgpu-sim/cflogger.h')
| -rw-r--r-- | src/gpgpu-sim/cflogger.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpgpu-sim/cflogger.h b/src/gpgpu-sim/cflogger.h index bdf57e5..2afe732 100644 --- a/src/gpgpu-sim/cflogger.h +++ b/src/gpgpu-sim/cflogger.h @@ -66,6 +66,8 @@ #ifndef CFLOGGER_H #define CFLOGGER_H +#include "../abstract_hardware_model.h" + void try_snap_shot (unsigned long long current_cycle); void set_spill_interval (unsigned long long interval); void spill_log_to_file (FILE *fout, int final, unsigned long long current_cycle); |
