diff options
| author | Tyge Løvset <[email protected]> | 2023-05-13 11:04:11 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2023-05-13 11:04:11 +0200 |
| commit | be7d9913d4a284bdeb7f0431482b5731b5ef31df (patch) | |
| tree | 92ab761056a60961827b0025768bad9870fbc24c /misc/examples/convert.c | |
| parent | 98d131bfc1bcc8b82cb27b30ad6da176d1fed117 (diff) | |
| download | STC-modified-be7d9913d4a284bdeb7f0431482b5731b5ef31df.tar.gz STC-modified-be7d9913d4a284bdeb7f0431482b5731b5ef31df.zip | |
File priv/raii.h no longer included by stc/ccommon.h, instead moved to stc/algo/raii.h and included by stc/calgo.h
Diffstat (limited to 'misc/examples/convert.c')
| -rw-r--r-- | misc/examples/convert.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/examples/convert.c b/misc/examples/convert.c index 0f09e830..138035e9 100644 --- a/misc/examples/convert.c +++ b/misc/examples/convert.c @@ -1,4 +1,5 @@ #include <stc/cstr.h> +#include <stc/algo/raii.h> #define i_key_str #define i_val_str |
