When I run SIP on the following SIP specification file<br><br>  %Module Test 0<br>  void f(const string&s);<br><br>I get the error message<br><br>  sip: string is undefined<br><br>How do I fix that? <br>