aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-05-14 11:43:20 +0200
committerClifford Wolf <clifford@clifford.at>2016-05-14 11:43:20 +0200
commit864eeadcd9244505c7c026e2044799ff5bcf4782 (patch)
tree28572ab104aab1fbe577b5c048dd048a15aa89a4 /kernel
parentd05115ceda2969badb83b3b2f0cefcd447c29451 (diff)
downloadyosys-864eeadcd9244505c7c026e2044799ff5bcf4782.tar.gz
yosys-864eeadcd9244505c7c026e2044799ff5bcf4782.tar.bz2
yosys-864eeadcd9244505c7c026e2044799ff5bcf4782.zip
Added missing "#define HASHLIB_H"
Diffstat (limited to 'kernel')
-rw-r--r--kernel/hashlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/hashlib.h b/kernel/hashlib.h
index 2da53dd8a..3c824b8c3 100644
--- a/kernel/hashlib.h
+++ b/kernel/hashlib.h
@@ -10,6 +10,7 @@
// -------------------------------------------------------
#ifndef HASHLIB_H
+#define HASHLIB_H
#include <stdexcept>
#include <algorithm>