1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-25 18:30:21 +00:00

Adds necessary header for assert.

This commit is contained in:
Thomas Harte 2018-06-10 21:02:19 -04:00
parent a1c60152d4
commit 27657fcde0

View File

@ -8,6 +8,8 @@
#include "PCMSegment.hpp"
#include <cassert>
using namespace Storage::Disk;
PCMSegmentEventSource::PCMSegmentEventSource(const PCMSegment &segment) :