diff options
Diffstat (limited to 'src/Log.cpp')
-rw-r--r-- | src/Log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. */ -#include <stdio.h> +#include <cstdio> #include "ingen/Log.hpp" #include "ingen/Node.hpp" |