Fix missing include when WITH_PCH=OFF
This commit is contained in:
parent
746a0b9f24
commit
a62a049f46
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@
|
|||
#ifndef CL_LIB_WWW_TYPES_H
|
||||
#define CL_LIB_WWW_TYPES_H
|
||||
|
||||
#include <string>
|
||||
|
||||
//
|
||||
// LibWWW elements
|
||||
// - order must be kept for backward compatibility, new tags can be added to the end
|
||||
|
|
Loading…
Reference in a new issue