Browse Source

Replace #import with #include in CmdManager.h

master
Krisjanis Rijnieks 10 years ago
parent
commit
d1d9cd3421
  1. 6
      src/Commands/CmdManager.h

6
src/Commands/CmdManager.h

@ -1,8 +1,8 @@
#pragma once #pragma once
#import <vector> #include <vector>
#import "BaseCmd.h" #include "BaseCmd.h"
#import "ofLog.h" #include "ofLog.h"
namespace ofx{ namespace ofx{
namespace piMapper{ namespace piMapper{

Loading…
Cancel
Save