diff dep/animia/src/fd.cc @ 150:ffa535b6d630

*: avoid usage of std::[pair,tuple] https://arne-mertz.de/2017/03/smelly-pair-tuple/ it's better to use real structures and such where variables are easily known... also apparently using [] on structs is actually valid? I had no idea.
author Paper <mrpapersonic@gmail.com>
date Tue, 14 Nov 2023 16:27:33 -0500
parents d8a61e7e2a36
children 8700806c2cc2
line wrap: on
line diff
--- a/dep/animia/src/fd.cc	Tue Nov 14 13:40:11 2023 -0500
+++ b/dep/animia/src/fd.cc	Tue Nov 14 16:27:33 2023 -0500
@@ -1,3 +1,4 @@
+#include "animia/os.h"
 #include "animia/fd.h"
 
 #ifdef ANIMIA_ON_WIN32