aboutsummaryrefslogtreecommitdiff
path: root/CST 126/LinkedListUnitTests/pch.cpp
diff options
context:
space:
mode:
authorWesleyR <[email protected]>2024-06-09 22:26:59 -0700
committerWesleyR <[email protected]>2024-06-09 22:26:59 -0700
commitc96bc9a10c216dbaee41b247c0fafe4ea497337d (patch)
tree8ec905871c2174b915040eac68322fa183c40127 /CST 126/LinkedListUnitTests/pch.cpp
parentIn-Class Exercise 2 (diff)
downloadarchived-homework-1-wesleyr23-c96bc9a10c216dbaee41b247c0fafe4ea497337d.tar.xz
archived-homework-1-wesleyr23-c96bc9a10c216dbaee41b247c0fafe4ea497337d.zip
Updating before template node branch
Diffstat (limited to 'CST 126/LinkedListUnitTests/pch.cpp')
-rw-r--r--CST 126/LinkedListUnitTests/pch.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/CST 126/LinkedListUnitTests/pch.cpp b/CST 126/LinkedListUnitTests/pch.cpp
new file mode 100644
index 0000000..64b7eef
--- /dev/null
+++ b/CST 126/LinkedListUnitTests/pch.cpp
@@ -0,0 +1,5 @@
+// pch.cpp: source file corresponding to the pre-compiled header
+
+#include "pch.h"
+
+// When you are using pre-compiled headers, this source file is necessary for compilation to succeed.