mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Add missing includes (#1286)
* Remove AppVeyor build status badge Removed AppVeyor build status badge from README. * Update README.md * Update CONTRIBUTING.md Updated the instructions for contributing. * Fix for issue 1276 "Data corruption in the etl::bip_buffer_spsc_atomic" (#1277) * Reproduce data corruption bug in the `etl::bip_buffer_spsc_atomic`. * Fix data corruption bug in the `etl::bip_buffer_spsc_atomic`. * Add missing includes Before this change, the includes needed to be done explicitly by files using basic_string_stream.h, and be included first. This was error prone, especially if includes are reordered (e.g. via the currently defined clang-format rules). --------- Co-authored-by: John Wellbelove <jwellbelove@users.noreply.github.com> Co-authored-by: Sergei <sergej.shirokov@gmail.com>
This commit is contained in:
parent
17e6167317
commit
d8d4187176
@ -35,6 +35,10 @@ SOFTWARE.
|
||||
|
||||
#include "platform.h"
|
||||
#include "to_string.h"
|
||||
#include "to_u8string.h"
|
||||
#include "to_u16string.h"
|
||||
#include "to_u32string.h"
|
||||
#include "to_wstring.h"
|
||||
|
||||
namespace etl
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user