summaryrefslogtreecommitdiffstats
path: root/tester/covoar/CoverageReaderQEMU.h
diff options
context:
space:
mode:
Diffstat (limited to 'tester/covoar/CoverageReaderQEMU.h')
-rw-r--r--tester/covoar/CoverageReaderQEMU.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tester/covoar/CoverageReaderQEMU.h b/tester/covoar/CoverageReaderQEMU.h
index ec87ff0..11ad720 100644
--- a/tester/covoar/CoverageReaderQEMU.h
+++ b/tester/covoar/CoverageReaderQEMU.h
@@ -7,6 +7,8 @@
#ifndef __COVERAGE_READER_QEMU_H__
#define __COVERAGE_READER_QEMU_H__
+#include <fstream>
+
#include "CoverageReaderBase.h"
#include "ExecutableInfo.h"
@@ -37,7 +39,7 @@ TBD
/* Inherit documentation from base class. */
void processFile(
- const char* const file,
+ const std::string& file,
ExecutableInfo* const executableInformation
);
};