Skip to content

Commit dad9b0b

Browse files
committed
fix: Reorder include directive for consistency in modint.hpp
1 parent d096f89 commit dad9b0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

weilycoder/number-theory/modint.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#ifndef WEILYCODER_MODINT_HPP
22
#define WEILYCODER_MODINT_HPP
33

4-
#include <cstdint>
5-
64
/**
75
* @file modint.hpp
86
* @brief Modular Integer Arithmetic Utilities
97
*/
108

9+
#include <cstdint>
10+
1111
namespace weilycoder {
1212
/**
1313
* @brief Perform modular multiplication for 64-bit integers.

0 commit comments

Comments
 (0)