Merge pull request #649 from tfussell/fix-cell-reference-hash

Import functional in cell_reference.hpp to fix build
pull/650/head
Thomas Fussell 2022-08-13 15:21:48 -05:00 committed by GitHub
commit f1107a5b0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -25,7 +25,9 @@
#include <xlnt/xlnt_config.hpp>
#include <xlnt/cell/index_types.hpp>
#include <cstdint>
#include <functional>
#include <string>
#include <tuple>
#include <utility>