Browse Source

[Minor] Add missing include

tags/3.6
Vsevolod Stakhov 10 months ago
parent
commit
cd520f2ef0
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/libutil/cxx/utf8_util.cxx

+ 1
- 0
src/libutil/cxx/utf8_util.cxx View File

@@ -26,6 +26,7 @@
#include <tuple>
#include <string>
#include <limits>
#include <memory>

#include "utf8_util.h"
#include "str_util.h"

Loading…
Cancel
Save