wip: detected width bug (channels)

This commit is contained in:
Hane 2024-04-25 20:21:21 +02:00
commit 2115cdf508
5 changed files with 63 additions and 31 deletions

View file

@ -3,11 +3,12 @@
#define __STDC_WANT_LIB_EXT1__ 1
#include <stdio.h>
#include <errno.h>
#include <limits.h>
#include <codecvt>
#include <vector>
#include <iostream>
#include <string>
#include <bitset>
#include <climits>
#include <locale>
#include "debug.h"