Skip to content

Commit

Permalink
Fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
redorav committed Nov 11, 2024
1 parent d76c2ee commit 26eefd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/crstl/utility/placement_new.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include "crstl/config.h"
#include "crstl/crstldef.h"

// Create our own placement new to avoid including header <new> which is quite heavy
// We pass in a dummy parameter to disambiguate from the global placement new. The
Expand Down

0 comments on commit 26eefd8

Please sign in to comment.