Browse Source

Fix build on OSX

pull/1/head
falkTX 10 years ago
parent
commit
278b8968c4
2 changed files with 3 additions and 1 deletions
  1. +1
    -1
      dpf
  2. +2
    -0
      examples/nanovg2.cpp

+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit 03ddba518eebedc08710123e3e3a83b18662da15
Subproject commit 7dbd5a7afe004df625b9dfea7f4d79cf7479f7f0

+ 2
- 0
examples/nanovg2.cpp View File

@@ -25,6 +25,8 @@
#include "NanoVG.hpp" #include "NanoVG.hpp"
#include "widgets/NanoPerfWidget.hpp" #include "widgets/NanoPerfWidget.hpp"


#include <cmath>

// ------------------------------------------------------ // ------------------------------------------------------
// use namespace // use namespace




Loading…
Cancel
Save