Skip to content

Commit

Permalink
add extern C for projector
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed Sep 24, 2016
1 parent 6c4de39 commit e9a804b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sources/2d/hoa.2d.projector_tilde.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
// WARRANTIES, see the file, "LICENSE.txt," in this distribution.
*/

extern "C"
{
#include "../hoa.pd.h"
}
#include <Hoa.hpp>

typedef struct _hoa_2d_projector
Expand Down

0 comments on commit e9a804b

Please sign in to comment.