Fix compilation failure with gcc >= 13 (#2702)

For testing - https://godbolt.org/z/6WWh3zs9G

Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
This commit is contained in:
Tim Lander
2024-08-31 08:55:29 +08:00
committed by GitHub
parent af72fab013
commit 4a03c62dd3

View File

@@ -11,6 +11,7 @@
*/
#include <algorithm> // for swap function
#include <iostream>
#include <cstdint>
/**
* function to update the coefficients per iteration