From 498e1638123a03d7bd11fb2443f03ed3ece6fe6c Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Tue, 4 Feb 2020 18:16:41 +0100 Subject: [PATCH] Remove charconv dependency --- src/sfizz/Opcode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sfizz/Opcode.cpp b/src/sfizz/Opcode.cpp index 2affd99b..801b0c92 100644 --- a/src/sfizz/Opcode.cpp +++ b/src/sfizz/Opcode.cpp @@ -6,8 +6,8 @@ #include "Opcode.h" #include "StringViewHelpers.h" -#include "absl/strings/charconv.h" #include + sfz::Opcode::Opcode(absl::string_view inputOpcode, absl::string_view inputValue) : opcode(inputOpcode) , value(inputValue)