mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-06 00:06:00 -04:00
Fix ember library includes for osx
This commit is contained in:
@ -4,6 +4,10 @@
|
||||
#include "PaletteList.h"
|
||||
#include "VariationList.h"
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <libgen.h>
|
||||
#endif
|
||||
|
||||
/// <summary>
|
||||
/// XmlToEmber and Locale classes.
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user