Skip to content

Commit

Permalink
add preprocessor directive to parser_test
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Nov 29, 2023
1 parent b2ac412 commit 2a61b3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/zoltan2/test/core/parser/test_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#include <string>
#include <vector>
#include <filesystem>

#if HAVE_YAML
#include "yaml-cpp/yaml.h"


Expand Down Expand Up @@ -101,3 +103,5 @@ int main(int argc, char* argv[]) {

return 0;
}

#endif // HAVE_YAML

0 comments on commit 2a61b3f

Please sign in to comment.