Skip to content

Commit

Permalink
one last header
Browse files Browse the repository at this point in the history
  • Loading branch information
kallsyms committed Feb 6, 2024
1 parent e940192 commit 7cf49f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/santad/ProcessTree/process.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#ifndef SANTA__SANTAD_PROCESSTREE_PROCESS_H
#define SANTA__SANTAD_PROCESSTREE_PROCESS_H

#include <sys/types.h>

#include <cstdint>
#include <memory>
#include <string>
Expand Down
2 changes: 2 additions & 0 deletions Source/santad/ProcessTree/process_tree.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
/// limitations under the License.
#include "Source/santad/ProcessTree/process_tree.h"

#include <sys/types.h>

#include <algorithm>
#include <cassert>
#include <cstdint>
Expand Down

0 comments on commit 7cf49f6

Please sign in to comment.