Use "" to access the fmt headers, not <>, or else Windows can't find the

fallback library.
This commit is contained in:
David Given
2024-10-09 15:10:22 +02:00
parent e154e41bc0
commit f5b14cadf8
14 changed files with 14 additions and 14 deletions

View File

@@ -8,7 +8,7 @@
#include "lib/decoders/fluxpattern.h"
#include "lib/sector.h"
#include <string.h>
#include <fmt/format.h>
#include "fmt/format.h"
/* The Texas Instruments DS990 uses MFM with a scheme similar to a simplified
* version of the IBM record scheme (it's actually easier to parse than IBM).