diff options
author | David Robillard <d@drobilla.net> | 2012-05-11 04:38:12 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-05-11 04:38:12 +0000 |
commit | a04c4965e3df113125b82d1b921043898d60ba6c (patch) | |
tree | 848e5c944e6af257f7c9da3ddd487e29ec226c63 /wscript | |
parent | f90d64eb7d90dc03fe4215bef8d77de51ca0ae78 (diff) | |
download | ingen-a04c4965e3df113125b82d1b921043898d60ba6c.tar.gz ingen-a04c4965e3df113125b82d1b921043898d60ba6c.tar.bz2 ingen-a04c4965e3df113125b82d1b921043898d60ba6c.zip |
Add missing includes.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4348 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -173,4 +173,4 @@ def build(bld): bld.add_post_fun(autowaf.run_ldconfig) def lint(ctx): - subprocess.call('cpplint.py --filter=-whitespace/comments,-whitespace/tab,-whitespace/braces,-whitespace/labels,-build/header_guard,-readability/casting,-readability/todo,-build/include,-build/namespaces,-whitespace/line_length,-runtime/rtti,-runtime/references,-whitespace/blank_line,-runtime/sizeof,-readability/streams,-whitespace/operators,-whitespace/parens `find -name *.cpp -or -name *.hpp`', shell=True) + subprocess.call('cpplint.py --filter=-whitespace/comments,-whitespace/tab,-whitespace/braces,-whitespace/labels,+build/header_guard,-readability/casting,-readability/todo,-build/namespaces,-whitespace/line_length,-runtime/rtti,-runtime/references,-whitespace/blank_line,-runtime/sizeof,-readability/streams,-whitespace/operators,-whitespace/parens,-build/include_order `find -name *.cpp -or -name *.hpp`', shell=True) |