Browse Source

Add include guards to entropy_source.h

pull/1730/head
Andrew Waterman 2 years ago
parent
commit
8feeaf3202
  1. 5
      riscv/entropy_source.h

5
riscv/entropy_source.h

@ -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

Loading…
Cancel
Save