Skip to content

Commit

Permalink
Adjust a #include to be less overly-specific
Browse files Browse the repository at this point in the history
As is, 3rd party clients that want to #include "flatbuffers_type_to_json.h" must arrange for the directory containing
libsigmf to be in their include path, which is inconvenient because that isn't a directory that the libsigmf target
adds to INTERFACE_INCLUDE_DIRECTORIES
  • Loading branch information
Joel 'Aaron' Cohen authored and Jacob Gilbert committed Dec 13, 2022
1 parent 4fe14fc commit 2fedd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flatbuffers_type_to_json.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/


#include <libsigmf/src/variadic_data_class.h>
#include "variadic_data_class.h"
#include <flatbuffers_json_visitor.h>
#include <flatbuffers/minireflect.h>

Expand Down

0 comments on commit 2fedd6e

Please sign in to comment.