Fix ember library includes for osx

This commit is contained in:
Simon Detheridge
2015-01-14 09:40:32 +00:00
parent 3ceafa176f
commit 6576f4b290
2 changed files with 18 additions and 8 deletions

View File

@ -4,6 +4,10 @@
#include "PaletteList.h"
#include "VariationList.h"
#ifdef __APPLE__
#include <libgen.h>
#endif
/// <summary>
/// XmlToEmber and Locale classes.
/// </summary>