~stegmaier/kicad/3d_initial_merge

« back to all changes in this revision

Viewing changes to 3d-viewer/3d_cache/3d_plugin_manager.cpp

  • Committer: Cirilo Bernardo
  • Date: 2016-02-23 20:26:58 UTC
  • Revision ID: cirilo@kronos-20160223202658-4hz7duuwjayf82um
Added missing include to 3d_plugin_manager

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <utility>
26
26
#include <iostream>
27
27
#include <sstream>
 
28
 
 
29
#include <wx/config.h>
 
30
#include <wx/dir.h>
 
31
#include <wx/dynlib.h>
 
32
#include <wx/filename.h>
28
33
#include <wx/log.h>
29
 
 
 
34
#include <wx/stdpaths.h>
30
35
#include <wx/string.h>
31
 
#include <wx/dir.h>
32
 
#include <wx/config.h>
33
 
#include <wx/stdpaths.h>
34
 
#include <wx/dynlib.h>
35
36
 
36
37
#include "3d_plugin_manager.h"
37
38
#include "plugins/3d/3d_plugin.h"