Added missing "#define HASHLIB_H"

This commit is contained in:
Clifford Wolf 2016-05-14 11:43:20 +02:00
parent d05115ceda
commit 864eeadcd9

View file

@ -10,6 +10,7 @@
// -------------------------------------------------------
#ifndef HASHLIB_H
#define HASHLIB_H
#include <stdexcept>
#include <algorithm>