diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-12-27 12:15:51 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-12-27 12:15:51 +0000 |
commit | fe436eca465f04b956e3a631c6e07db2ff56f23e (patch) | |
tree | 339598ead28000cd04eba2247b1a293505443af5 | |
parent | Merge pull request #2611 (diff) | |
download | monero-fe436eca465f04b956e3a631c6e07db2ff56f23e.tar.xz |
apply_permutation.h: add #pragma once
-rw-r--r-- | src/common/apply_permutation.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/apply_permutation.h b/src/common/apply_permutation.h index 4fd952686..8684f14ce 100644 --- a/src/common/apply_permutation.h +++ b/src/common/apply_permutation.h @@ -30,6 +30,8 @@ // This algorithm is adapted from Raymond Chen's code: // https://blogs.msdn.microsoft.com/oldnewthing/20170109-00/?p=95145 +#pragma once + #include <vector> #include <functional> #include "misc_log_ex.h" |