apply_permutation.h: add #pragma once

This commit is contained in:
moneromooo-monero 2017-12-27 12:15:51 +00:00
parent 4b156c003b
commit fe436eca46
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 2 additions and 0 deletions

View File

@ -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"