diff options
Diffstat (limited to 'plugins/NewStory/src/stdafx.cxx')
-rw-r--r-- | plugins/NewStory/src/stdafx.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/NewStory/src/stdafx.cxx b/plugins/NewStory/src/stdafx.cxx index b5e6ba190b..d714e70110 100644 --- a/plugins/NewStory/src/stdafx.cxx +++ b/plugins/NewStory/src/stdafx.cxx @@ -16,4 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "stdafx.h"
\ No newline at end of file +#include "stdafx.h"
+
+#pragma comment(lib, "cairo.lib")
|