[DEBUG] correct .hpp port + clean libC include
This commit is contained in:
parent
49008b7220
commit
8135c166db
@ -29,7 +29,7 @@ def create(target, module_name):
|
||||
'debug.hpp',
|
||||
])
|
||||
my_module.add_file_patterns([
|
||||
'*.h',
|
||||
'*.hpp',
|
||||
'*.md',
|
||||
])
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
* @copyright 2011, Edouard DUPIN, all right reserved
|
||||
* @license APACHE v2.0 (see license file)
|
||||
*/
|
||||
#include <ejson/iterator.h>
|
||||
#include <ejson/iterator.hpp>
|
||||
|
||||
template<class EJSON_BASE_T>
|
||||
ejson::iterator<EJSON_BASE_T>::iterator(EJSON_BASE_T& _obj, size_t _pos) :
|
||||
|
Loading…
Reference in New Issue
Block a user