Core/Misc: C++17 cleanups, commit 3, the header commit

This commit is contained in:
Treeston
2020-03-19 18:20:33 +01:00
parent 264a35617c
commit ca0c50bc45
8 changed files with 8 additions and 7 deletions

View File

@@ -18,9 +18,9 @@
#ifndef TRINITY_BASE_ENCODING_HPP
#define TRINITY_BASE_ENCODING_HPP
#include "advstd.h"
#include "Define.h"
#include "Optional.h"
#include <numeric>
#include <string>
#include <vector>