Remove precompiled header, as it only caused issues.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#ifndef ARBUTILS_BASICSTRINGVIEW_HPP
|
||||
#define ARBUTILS_BASICSTRINGVIEW_HPP
|
||||
#include <cstdint>
|
||||
#include <sstream>
|
||||
#include <string_view>
|
||||
|
||||
/// \defgroup Strings Strings
|
||||
/// \brief Group of non-editable strings with faster hashing.
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
#ifndef ARBUTILS_STRINGVIEW_HPP
|
||||
#define ARBUTILS_STRINGVIEW_HPP
|
||||
|
||||
#include <cstring>
|
||||
#include <memory>
|
||||
#include "BasicStringView.hpp"
|
||||
|
||||
#if WINDOWS
|
||||
|
||||
Reference in New Issue
Block a user