From 329f498d901f9be9c0c820749850f5277a17df5d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 21 Jan 2018 00:41:34 +0100 Subject: Use C++ style includes for standard language headers --- src/Log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Log.cpp') diff --git a/src/Log.cpp b/src/Log.cpp index 397e8047..6145bcd1 100644 --- a/src/Log.cpp +++ b/src/Log.cpp @@ -14,7 +14,7 @@ along with Ingen. If not, see . */ -#include +#include #include "ingen/Log.hpp" #include "ingen/Node.hpp" -- cgit v1.2.1