@@ -5,11 +5,11 @@
#pragma once
-#include <cstring>
#include "assert.h"
#include "macros.h"
#include "container_types.h"
#include "allocator.h"
+#include <cstring> // memcpy
namespace crown
{
@@ -5,9 +5,9 @@
-#include <algorithm>
#include "array.h"
+#include <algorithm>
@@ -5,10 +5,10 @@