Browse Source

Fix lack of include for fmt (#1550)

pull/1551/head 2.41.0-rc3
trapexit 2 weeks ago
committed by GitHub
parent
commit
741128cb23
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      libfuse/lib/fuse_lowlevel.cpp

1
libfuse/lib/fuse_lowlevel.cpp

@ -21,6 +21,7 @@
#include "fuse_opt.h"
#include "fuse_pollhandle.h"
#include "stat_utils.h"
#include "fmt/core.h"
#include <stdio.h>
#include <stdlib.h>

Loading…
Cancel
Save