mirror of
https://github.com/riscv-software-src/riscv-isa-sim.git
synced 2025-10-14 02:07:30 +08:00
Add include guards to entropy_source.h
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user