Skip to content
Snippets Groups Projects
Commit d71db921 authored by Horst Schirmeier's avatar Horst Schirmeier
Browse files

DatabaseExperiment: fix headers

 -  Add missing iomanip header: Without this one, Fail/gem5 does not
    compile.

 -  Remove unnecessary sal/bochs header: This seems to be a relic from
    when the DatabaseExperiment was Bochs-specific.

Change-Id: I91c991795c2c2e76359e9d11415f5119d225a4ab
parent c069e87c
No related branches found
No related tags found
No related merge requests found
#include <iostream>
#include <iomanip>
#include <fstream>
#include <stdlib.h>
......@@ -9,7 +10,6 @@
#include <google/protobuf/descriptor.h>
#include <google/protobuf/message.h>
#include "comm/DatabaseCampaignMessage.pb.h"
#include "sal/bochs/BochsListener.hpp"
#include <string>
#include <vector>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment