Add the header guard in the C++ header

This commit is contained in:
Jean Pierre Cimalando 2020-05-07 10:10:29 +02:00
parent e7a3be1870
commit 64b3a999c7

View file

@ -9,6 +9,7 @@
@brief sfizz public C++ API
*/
#pragma once
#include <string>
#include <utility>
#include <vector>