Skip to content

Commit

Permalink
Include capnp/blob.h for capnp::Text
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Nov 11, 2024
1 parent 3814cc4 commit b337d75
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/Surelog/Cache/Cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <Surelog/Cache/Cache.capnp.h>
#include <Surelog/Common/PathId.h>
#include <Surelog/ErrorReporting/Error.h>
#include <capnp/blob.h>
#include <capnp/list.h>

#include <cstdint>
Expand Down
1 change: 1 addition & 0 deletions src/Cache/Cache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include "Surelog/Cache/Cache.h"

#include <capnp/blob.h>
#include <capnp/list.h>
#include <capnp/serialize-packed.h>

Expand Down
1 change: 1 addition & 0 deletions src/Cache/PPCache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include "Surelog/Cache/PPCache.h"

#include <capnp/blob.h>
#include <capnp/list.h>
#include <capnp/serialize-packed.h>
#include <fcntl.h>
Expand Down
1 change: 1 addition & 0 deletions src/Cache/ParseCache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include "Surelog/Cache/ParseCache.h"

#include <capnp/blob.h>
#include <capnp/list.h>
#include <capnp/serialize-packed.h>
#include <fcntl.h>
Expand Down
1 change: 1 addition & 0 deletions src/Cache/PythonAPICache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include "Surelog/Cache/PythonAPICache.h"

#include <capnp/blob.h>
#include <capnp/list.h>
#include <capnp/serialize-packed.h>
#include <fcntl.h>
Expand Down

0 comments on commit b337d75

Please sign in to comment.