Start working on a debug statement

This commit is contained in:
Olivier Goffart 2020-09-03 19:10:07 +02:00
parent f5032ab0f8
commit 9fbb40d91b
8 changed files with 43 additions and 4 deletions

View file

@ -14,6 +14,7 @@ LICENSE END */
#include <vector>
#include <memory>
#include <iostream> // FIXME: remove: iostream always bring it lots of code so we should not have it in this header
namespace sixtyfps::cbindgen_private {
// Workaround https://github.com/eqrion/cbindgen/issues/43