Skip to content

Commit

Permalink
Fixed usage of Header_Windows.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Volkert committed Nov 14, 2015
1 parent 030c9ac commit a95dbd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pol-core/clib/stlutil.h
Expand Up @@ -16,7 +16,7 @@ Remove the include in all StdAfx.h files or live with the consequences :)
#include <cstring>
#include <sstream>

#include <Header_Windows.h>
#include "Header_Windows.h"

namespace Pol {
namespace Clib {
Expand Down
2 changes: 1 addition & 1 deletion pol-core/clib/threadhelp.h
Expand Up @@ -11,7 +11,7 @@ Notes
#ifndef THREADHELP_H
#define THREADHELP_H

#include <Header_Windows.h>
#include "Header_Windows.h"
#include <vector>
#include <thread>
#include <future>
Expand Down

0 comments on commit a95dbd3

Please sign in to comment.