diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-15 11:06:44 +0100 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-15 11:06:44 +0100 | 
| commit | 6aae07688b650be756a443495fa760c2f0a5dc24 (patch) | |
| tree | 9493a46a26568b0383cbeddf93ebbe10ef29260d | |
| parent | ee92ff10b0e785894bee38e4c0ae3101dd8140cd (diff) | |
aaw
| -rw-r--r-- | serialize/packbits-write.hpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/serialize/packbits-write.hpp b/serialize/packbits-write.hpp index 34a16ece..c62b8e39 100644 --- a/serialize/packbits-write.hpp +++ b/serialize/packbits-write.hpp @@ -1,7 +1,7 @@  #pragma once  #include "compat/assert.hpp"  #include <type_traits> -#include <utility> +#include <tuple>  #include <concepts>  namespace floormat::detail_Pack_output { | 
