Skip to content

Commit

Permalink
functor-size: add missing <vector> header
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed Mar 11, 2024
1 parent ff0d1c6 commit 5a0be63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions profiling/functor-size/kp_functor_size.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <iostream>
#include <unordered_map>
#include <string>
#include <vector>

#include "kp_core.hpp"

Expand Down

0 comments on commit 5a0be63

Please sign in to comment.