Skip to content

Commit

Permalink
Update imguifilesystem.cpp
Browse files Browse the repository at this point in the history
Added windows.h to make it easier to compile as stand-alone. See #13.
  • Loading branch information
Flix01 authored Jan 19, 2017
1 parent ffd7789 commit d2b2ed7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions addons/imguifilesystem/imguifilesystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
// misrepresented as being the original software.
// 3. This notice may not be removed or altered from any source distribution.

#ifdef _WIN32
# include <windows.h>
#endif //_WIN32

//- Common Code For All Addons needed just to ease inclusion as separate files in user code ----------------------
#include <imgui.h>
#undef IMGUI_DEFINE_PLACEMENT_NEW
Expand Down

0 comments on commit d2b2ed7

Please sign in to comment.