diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-07-09 22:37:25 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-07-10 20:50:32 +0200 |
| commit | 392d4e0acfa5e6e7fe162bdbf30127e162402e02 (patch) | |
| tree | ca5a9ef35dcaccdb26522828465bce6f82d626c4 /src/lib/variant.h | |
| parent | 62c34b28567a097e8f22576e7d7891bd3dbe0ac0 (diff) | |
Add missing #includes.
Diffstat (limited to 'src/lib/variant.h')
| -rw-r--r-- | src/lib/variant.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/variant.h b/src/lib/variant.h index 9a42f3eca..affee08a0 100644 --- a/src/lib/variant.h +++ b/src/lib/variant.h @@ -20,6 +20,7 @@ #include "compose.hpp" +#include <string> namespace variant |
