Skip to content

Commit

Permalink
[cpp] Add missing #include to fix #ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy C committed Feb 4, 2024
1 parent b287a35 commit 3985e2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/core.cc
Expand Up @@ -18,6 +18,7 @@
#include <time.h> // time()
#include <unistd.h> // getuid(), environ

#include "_build/detected-cpp-config.h" // HAVE_PWENT
#include "_gen/cpp/build_stamp.h" // gCommitHash
#include "_gen/frontend/consts.h" // gVersion
#include "cpp/embedded_file.h"
Expand Down

0 comments on commit 3985e2e

Please sign in to comment.