Browse Source

Projucer: Only include jucer_ProjucerAnalytics.h if the juce_analytics module is available

tags/2021-05-28
ed 8 years ago
parent
commit
5cfc2d24ea
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      extras/Projucer/Source/Application/jucer_Application.h

+ 4
- 1
extras/Projucer/Source/Application/jucer_Application.h View File

@@ -32,7 +32,10 @@
#include "../CodeEditor/jucer_SourceCodeEditor.h"
#include "../Utility/UI/jucer_ProjucerLookAndFeel.h"
#include "../Licenses/jucer_LicenseController.h"
#include "jucer_ProjucerAnalytics.h"
#if JUCE_MODULE_AVAILABLE_juce_analytics
#include "jucer_ProjucerAnalytics.h"
#endif
struct ChildProcessCache;


Loading…
Cancel
Save