mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
fix include guard: modulus.hpp
This commit is contained in:
parent
f8bfa6eeba
commit
514c5f0c69
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef SPROUT_FUNCTIONAL_MODULUS_HPP
|
||||
#define SPROUT_FUNCTIONAL_X_HPP
|
||||
#define SPROUT_FUNCTIONAL_MODULUS_HPP
|
||||
|
||||
#include <utility>
|
||||
#include <sprout/config.hpp>
|
||||
|
|
Loading…
Reference in a new issue