Skip to content

Commit 8f9a41e

Browse files
committed
Adding more string headers to fix issues with windows builds
1 parent ee6cd98 commit 8f9a41e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/core/MemoryAddressRegister.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include <iostream>
2+
#include <string>
23

34
#include "Utils.h"
45

src/core/ProgramCounter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include <iostream>
2+
#include <string>
23

34
#include "Utils.h"
45

0 commit comments

Comments
 (0)