Skip to content

Commit

Permalink
Fix wrong include of '<TaskContext.hpp>'
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.mech.kuleuven.be/repos/orocos/trunk/rtt@6614 ce417995-dfc9-0310-95a0-acdaff106893
  • Loading branch information
psoetens committed Feb 19, 2007
1 parent ce3a309 commit 97e94b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExecutionAccess.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#ifndef ORO_EXECUTION_ACCESS_HPP
#define ORO_EXECUTION_ACCESS_HPP

#include <TaskContext.hpp>
#include "TaskContext.hpp"

namespace RTT
{
Expand Down

0 comments on commit 97e94b7

Please sign in to comment.