Skip to content

Commit

Permalink
add include unistd.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Mar 8, 2015
1 parent 52e0876 commit c58d14f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inc/logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#ifndef LOGGER_H
#define LOGGER_H

#include <unistd.h>

#include "log4cpp/Category.hh"
#include "log4cpp/FileAppender.hh"
#include "log4cpp/PatternLayout.hh"
Expand Down

0 comments on commit c58d14f

Please sign in to comment.