From 12e527332abf7d8b05ddfbb64656d67a067fb5fb Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 21 Mar 2024 18:03:15 +0100 Subject: Compile with C++14 support. --- drumgizmo/enginefactory.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drumgizmo/enginefactory.cc') diff --git a/drumgizmo/enginefactory.cc b/drumgizmo/enginefactory.cc index 6d267c3..46a8e6b 100644 --- a/drumgizmo/enginefactory.cc +++ b/drumgizmo/enginefactory.cc @@ -26,7 +26,7 @@ */ #include -#include "cpp11fix.h" // required for c++11 +#include #include "enginefactory.h" EngineFactory::EngineFactory() -- cgit v1.2.3