Skip to content

Commit

Permalink
Added cstdint header to Register.hh (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnWilkinson authored Sep 20, 2024
1 parent 4134c3e commit b73c2cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/include/simeng/Register.hh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once
#include <cstdint>
#include <iostream>

namespace simeng {
Expand Down Expand Up @@ -26,4 +27,4 @@ struct Register {
bool operator!=(const Register& other) const { return !(other == *this); }
};

} // namespace simeng
} // namespace simeng

0 comments on commit b73c2cc

Please sign in to comment.