mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #3013
fe436eca
apply_permutation.h: add #pragma once (moneromooo-monero)
This commit is contained in:
commit
c16261c8da
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@
|
||||||
// This algorithm is adapted from Raymond Chen's code:
|
// This algorithm is adapted from Raymond Chen's code:
|
||||||
// https://blogs.msdn.microsoft.com/oldnewthing/20170109-00/?p=95145
|
// https://blogs.msdn.microsoft.com/oldnewthing/20170109-00/?p=95145
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include "misc_log_ex.h"
|
#include "misc_log_ex.h"
|
||||||
|
|
Loading…
Reference in a new issue