Chromium Code Reviews| Index: third_party/sqlite/src/vsixtest/pch.h |
| diff --git a/third_party/sqlite/src/vsixtest/pch.h b/third_party/sqlite/src/vsixtest/pch.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b793236d02a6b6355adb83b45144a046cbe29d52 |
| --- /dev/null |
| +++ b/third_party/sqlite/src/vsixtest/pch.h |
| @@ -0,0 +1,11 @@ |
| +// |
| +// pch.h |
| +// Header for standard system include files. |
| +// |
| + |
| +#pragma once |
| + |
| +#include <collection.h> |
| +#include <ppltasks.h> |
| + |
| +#include "App.xaml.h" |