Skip to content

Commit cc273e9

Browse files
committed
Fixed missing inclusion for <new>
This fixes a build error on GCC 14+ and Clang 19+
1 parent 6c3810e commit cc273e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/singleton.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#define TESTABLE_SINGLETON_INCLUDED_H
33

44
#include <mutex>
5+
#include <new>
56
#include <utility>
67

78
/// Implements the singleton pattern, but makes unit testing easy.

0 commit comments

Comments
 (0)