Skip to content

Commit

Permalink
Merge pull request #12 from favreau/master
Browse files Browse the repository at this point in the history
Include is unused and causes C++11 error when compiled with some 3rd par...
  • Loading branch information
Raphael Dumusc committed Apr 23, 2015
2 parents e5690a3 + 1a0d5fc commit 6dd4750
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deflect/Event.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
#ifndef DEFLECT_EVENT_H
#define DEFLECT_EVENT_H

#include <cstdint>
#ifdef _MSC_VER
# include <stdint.h>
#endif

#include <deflect/api.h>
#include <deflect/types.h>
Expand Down

0 comments on commit 6dd4750

Please sign in to comment.