1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-20 14:20:06 +02:00

Fix warning.

Warning was about deleting an incomplete type.  Needed definition of class Ruler.
This commit is contained in:
james.k.crook@gmail.com 2014-10-18 21:18:28 +00:00
parent e42ac43908
commit fec5c20c65

View File

@ -78,6 +78,7 @@ of an LWSlider or ASlider.
#include "../Experimental.h"
#include "ASlider.h"
#include "Ruler.h"
#include "../AColor.h"
#include "../ImageManipulation.h"