Browse Source

Remove glm/geometric include for oF stable

master
Krisjanis Rijnieks 8 years ago
parent
commit
2a7416f663
  1. 5
      src/Gui/Widgets/ScaleWidget.cpp

5
src/Gui/Widgets/ScaleWidget.cpp

@ -1,5 +1,8 @@
#include "ScaleWidget.h"
#include "glm/geometric.hpp"
#if OF_VERSION_MAJOR == 0 && OF_VERSION_MINOR > 9
#include "glm/geometric.hpp"
#endif
namespace ofx {
namespace piMapper {

Loading…
Cancel
Save