base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12
[NixPkgs.git] / pkgs / by-name / hi / higan / 001-include-cmath.patch
blob67644e656aa79e3d2df6062f6111023e8f210c04
1 diff -Naur source-old/higan/fc/ppu/ppu.cpp source-new/higan/fc/ppu/ppu.cpp
2 --- source-old/higan/fc/ppu/ppu.cpp 1969-12-31 21:00:01.000000000 -0300
3 +++ source-new/higan/fc/ppu/ppu.cpp 2021-09-29 22:23:19.107527772 -0300
4 @@ -1,3 +1,4 @@
5 +#include <cmath>
6 #include <fc/fc.hpp>
8 namespace higan::Famicom {