Skip to content

Commit

Permalink
lua/io/CgroupInfo: add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Dec 4, 2023
1 parent 3155479 commit 5aa41ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lua/io/CgroupInfo.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ extern "C" {
#include <lauxlib.h>
}

#include <string>

namespace Lua {

class CgroupInfo {
Expand Down

0 comments on commit 5aa41ae

Please sign in to comment.