Skip to content
Snippets Groups Projects
Commit cfe159eb authored by Mathieu Valois's avatar Mathieu Valois
Browse files

Fix missing typedef

parent 9c6b74f1
Branches
No related tags found
No related merge requests found
Pipeline #7065 passed
#ifndef SECURITY_RULES_H
#define SECURITY_RULES_H
#include "Utils.h"
struct SecurityRules {
uint64_t nbSecurePassword;
......
......@@ -20,6 +20,8 @@
#include <iomanip>
#include <sstream>
typedef unsigned int uint;
inline float percentage(const float& num, const float& den){
return 100 * num / den;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment