Skip to content

Commit

Permalink
Fixing Windows autonet build
Browse files Browse the repository at this point in the history
  • Loading branch information
codemercenary committed Aug 14, 2014
1 parent 54452ac commit 656190f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/AutoNetExample.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <autowiring/Autowired.h>
#include <autowiring/AutoNetServer.h>
#include <iostream>
#include THREAD_HEADER

//
// AutoNetServer
Expand Down
1 change: 1 addition & 0 deletions src/autonet/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#pragma once
#include <math.h>
#include <assert.h>
#include <cctype>
#define NOMINMAX

#ifndef _MSC_VER
Expand Down

0 comments on commit 656190f

Please sign in to comment.