Skip to content

Commit

Permalink
Merge branch 'missing-include' into 'master'
Browse files Browse the repository at this point in the history
Add missing unistd.h include in type-to-cxx.cpp

See merge request mer-core/libiodata!4
  • Loading branch information
pvuorela committed Mar 25, 2020
2 parents a7f5448 + 6117aed commit d13b7d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions type-to-cxx/type-to-cxx.cpp
Expand Up @@ -10,6 +10,7 @@ using namespace std ;
#include "../src/storage.h"
#include "../src/log.h"
#include <crypt.h>
#include <unistd.h>

void dump_h(ostringstream &h, iodata::validator *v)
{
Expand Down

0 comments on commit d13b7d8

Please sign in to comment.