Add include guards to entropy_source.h

This commit is contained in:
Andrew Waterman
2024-07-16 19:43:21 -07:00
parent 238e0ac859
commit 8feeaf3202

View File

@@ -1,3 +1,7 @@
// See LICENSE for license details.
#ifndef _RISCV_ENTROPY_SOURCE_H
#define _RISCV_ENTROPY_SOURCE_H
#include <fstream>
#include <iostream>
@@ -116,3 +120,4 @@ public:
};
#endif