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

Corrected a couple of build errors.

This commit is contained in:
Thomas Harte 2017-07-27 08:05:14 -04:00
parent 60e374dca3
commit 1da24d10fd
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,8 @@
#include <typeinfo>
#include <cstdio>
#include "../../ClockReceiver/ClockReceiver.hpp"
namespace MOS {
/*!

View File

@ -12,6 +12,8 @@
#include <cstdint>
#include <cstdio>
#include "../../ClockReceiver/ClockReceiver.hpp"
namespace MOS {
/*!