1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-02-04 14:30:19 +00:00

Restores vector.

This commit is contained in:
Thomas Harte 2019-05-03 14:50:07 -04:00
parent 0ea4c1ac80
commit 2c9a1f7b16
2 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,7 @@
#include <iomanip>
#include <iostream>
#include <ostream>
#include <vector>
#include "../../ClockReceiver/ClockReceiver.hpp"
#include "../RegisterSizes.hpp"

View File

@ -490,7 +490,6 @@ class ProcessorStorage {
address_[7].full -= 14;
}
private:
friend class ProcessorStorageConstructor;
friend class ProcessorStorageTests;