mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-02-11 10:03:59 +00:00
7 lines
168 B
C++
7 lines
168 B
C++
#ifndef SPROUT_CHECKSUM_HPP
|
|
#define SPROUT_CHECKSUM_HPP
|
|
|
|
#include <sprout/config.hpp>
|
|
#include <sprout/checksum/sha1.hpp>
|
|
|
|
#endif // #ifndef SPROUT_CHECKSUM_HPP
|