Restrict duplicate keys in epee binary format

This commit is contained in:
Lee Clagett 2020-12-31 20:40:50 -05:00 committed by wowario
parent f8e05b3003
commit fcac2ad95d
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111
3 changed files with 56 additions and 0 deletions

View file

@ -29,6 +29,7 @@
#pragma once
#include "misc_language.h"
#include "misc_log_ex.h"
#include "portable_storage_base.h"
#include "portable_storage_bin_utils.h"